Ignore:
Timestamp:
08/24/10 14:08:32 (15 years ago)
Author:
Eric.Larour
Message:

New runtime name, which is model name + PID + date. Allows multiple runs on same model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/solveparallel.m

    r5357 r5546  
    55%      md=solveparallel(md);
    66
     7%First, build a runtime name that is unique, that we will use to create
     8%directories, name jobs, etc ...
     9c=clock;
     10md.runtimename=sprintf('%s-%i-%i-%i-%i-%i-%i',md.name,GetPId,c(2),c(3),c(1),c(4),c(5));
    711
    812%Get cluster.rc location
     
    1115%Figure out parameters for this particular cluster
    1216[codepath,executionpath,login,port]=ClusterParameters(md.cluster,cluster_rc_location);
    13 
    14 %Append name of directory if specified in options:
    15 executionpath=[executionpath '/' options.directory];
    1617
    1718%Marshall model data into a binary file.
Note: See TracChangeset for help on using the changeset viewer.