Skip to content
Snippets Groups Projects
Commit 4d064afb authored by Radermecker Arnaud's avatar Radermecker Arnaud
Browse files

Merge remote-tracking branch 'origin/master' into rdrFE2

parents 5b4496cc 4297731e
No related branches found
No related tags found
No related merge requests found
self.pars['CMAKELIST'].val='mn2l-gaston.cmake'
self.pars['NB_TASKS'].val='6'
self.pars['NB_THREADS'].val='1'
self.pars['RUNMETHOD'].vals=['interactive','at','batch',]
self.pars['RUNMETHOD'].val='batch'
self.pars['NB_THREADS'].val='6'
self.pars['NB_TASKS'].val='1'
self.pars['RUNMETHOD'].vals=['interactive','at','batch']
self.pars['RUNMETHOD'].val='batch'
...@@ -155,7 +155,7 @@ class ParametricJob(PRMSet): ...@@ -155,7 +155,7 @@ class ParametricJob(PRMSet):
sys.exit(1) sys.exit(1)
def guessProfile(self): def guessProfile(self):
for cfgfile in [os.path.join(os.path.split(__file__)[0], 'env.sh'), for cfgfile in [os.path.join(os.path.split(__file__)[0],'..','env.sh'),
os.path.expanduser('~/.profile'), os.path.expanduser('~/.profile'),
os.path.expanduser('~/.bash_profile')]: os.path.expanduser('~/.bash_profile')]:
if os.path.isfile(cfgfile): if os.path.isfile(cfgfile):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment