Changeset 227


Ignore:
Timestamp:
05/05/09 06:16:36 (16 years ago)
Author:
Eric.Larour
Message:

Moved issm.rc to cluster.rc, simplified it. Took out Cielo legacy code.

Location:
issm/trunk
Files:
2 added
2 deleted
4 edited

Legend:

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

    r114 r227  
    55%      md=loadresultsfromcluster(md,solutiontype);
    66
    7 %Get issm.rc location
    8 issm_rc_location=which('issm.rc');
     7%Get cluster.rc location
     8cluster_rc_location=which('cluster.rc');
    99
    1010%Figure out parameters for this particular cluster
    11 [codepath,executionpath]=ProcessParallelParametersFromCieloRc(md.cluster,issm_rc_location);
     11[codepath,executionpath]=ClusterParameters(md.cluster,cluster_rc_location);
    1212
    1313%if we are running locally, no need to call ssh to recover the logs and results. We figure out by comparing the
  • issm/trunk/src/m/classes/public/peek.m

    r114 r227  
    77%   See also: QueueJobPeek
    88
    9 %Get issm.rc location
    10 issm_rc_location=which('issm.rc');
     9%Get cluster.rc location
     10cluster_rc_location=which('cluster.rc');
    1111
    1212%Figure out parameters for this particular cluster
    13 [codepath,executionpath]=ProcessParallelParametersFromCieloRc(md.cluster,issm_rc_location);
     13[codepath,executionpath]=ClusterParameters(md.cluster,cluster_rc_location);
    1414
    1515%peek at the queued job
  • issm/trunk/src/m/classes/public/preparerun.m

    r114 r227  
    2020end
    2121
    22 %Get issm.rc location
    23 issm_rc_location=which('issm.rc');
     22%Get cluster.rc location
     23cluster_rc_location=which('cluster.rc');
    2424
    2525%Figure out parameters for this particular cluster
    26 [codepath,executionpath]=ProcessParallelParametersFromCieloRc(md.cluster,issm_rc_location);
     26[codepath,executionpath]=ClusterParameters(md.cluster,cluster_rc_location);
    2727
    2828%Marshall model data into a binary file.
  • issm/trunk/src/m/classes/public/solveparallel.m

    r114 r227  
    2020end
    2121
    22 %Get issm.rc location
    23 issm_rc_location=which('issm.rc');
     22%Get cluster.rc location
     23cluster_rc_location=which('cluster.rc');
    2424
    2525%Figure out parameters for this particular cluster
    26 [codepath,executionpath]=ProcessParallelParametersFromCieloRc(md.cluster,issm_rc_location);
     26[codepath,executionpath]=ClusterParameters(md.cluster,cluster_rc_location);
    2727
    2828%Marshall model data into a binary file.
Note: See TracChangeset for help on using the changeset viewer.