Last change
on this file was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
862 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/src/m/classes/clusters/generic.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/clusters/generic.py (revision 14476)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/clusters/generic.py (revision 14477)
|
---|
| 5 | @@ -180,7 +180,7 @@
|
---|
| 6 | issmscpout(self.name,self.executionpath,self.login,self.port,[dirname+'.tar.gz'])
|
---|
| 7 |
|
---|
| 8 | print 'launching solution sequence on remote cluster'
|
---|
| 9 | - launchcommand='cd %s && rm -rf ./%s && mkdir %s && cd %s && mv ../%s.tar.gz ./ && tar -zxf %s.tar.gz && chmod 777 %s.queue && %s.queue' % \
|
---|
| 10 | + launchcommand='cd %s && rm -rf ./%s && mkdir %s && cd %s && mv ../%s.tar.gz ./ && tar -zxf %s.tar.gz && chmod 777 %s.queue && ./%s.queue' % \
|
---|
| 11 | (self.executionpath,dirname,dirname,dirname,dirname,dirname,modelname,modelname)
|
---|
| 12 | issmssh(self.name,self.login,self.port,launchcommand)
|
---|
| 13 | # }}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.