Changeset 13123


Ignore:
Timestamp:
08/22/12 09:12:10 (13 years ago)
Author:
cborstad
Message:

BUG: source environment.sh when launcing a job using the generic cluster class, result of using shared libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/generic.m

    r12983 r13123  
    172172
    173173                        disp('launching solution sequence on remote cluster');
    174                         launchcommand=['cd ' cluster.executionpath ' && rm -rf ./' dirname ' && mkdir ' dirname ...
     174                        launchcommand=['source ' issmdir '/etc/environment.sh && cd ' cluster.executionpath ' && rm -rf ./' dirname ' && mkdir ' dirname ...
    175175                                ' && cd ' dirname ' && mv ../' dirname '.tar.gz ./ && tar -zxf ' dirname '.tar.gz  && source  ' modelname '.queue '];
    176176                        issmssh(cluster.name,cluster.login,cluster.port,launchcommand);
Note: See TracChangeset for help on using the changeset viewer.