Changeset 5546 for issm/trunk/src/m/classes/public/solveparallel.m
- Timestamp:
- 08/24/10 14:08:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/solveparallel.m
r5357 r5546 5 5 % md=solveparallel(md); 6 6 7 %First, build a runtime name that is unique, that we will use to create 8 %directories, name jobs, etc ... 9 c=clock; 10 md.runtimename=sprintf('%s-%i-%i-%i-%i-%i-%i',md.name,GetPId,c(2),c(3),c(1),c(4),c(5)); 7 11 8 12 %Get cluster.rc location … … 11 15 %Figure out parameters for this particular cluster 12 16 [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];16 17 17 18 %Marshall model data into a binary file.
Note:
See TracChangeset
for help on using the changeset viewer.