Hi
I'm getting the following error when running an mpi model with Python 27 install:
... handling sortie file(s)
Running your simulation(s) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... modifying run command to HPC instruction
_ _ ___ _ _ _
| | | | |__ \ | | | | | |
| |_ ___ | | ___ _ __ ___ __ _ ___ ) | __| | ______ | |_ _ __ _ _ _ __ | | __
| __| / _ \| | / _ \| '_ ` _ \ / _` | / __| / / / _` | |______| | __|| '__|| | | || '_ \ | |/ /
| |_ | __/| || __/| | | | | || (_| || (__ / /_ | (_| | | |_ | | | |_| || | | || <
\__| \___||_| \___||_| |_| |_| \__,_| \___||____| \__,_| \__||_| \__,_||_| |_||_|\_\
_____________
runcode::main:
:
uncontroled error from python:: IndexError('list index out of range',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python27/runcode.py", line 1912, in main
runCAS(cfgname,cfg,codeName,casFiles,options)
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python27/runcode.py", line 1578, in runCAS
jobID = getFileContent(sortie)[0].strip()
IndexError: list index out of range
~~~~~~~~~~~~~~~~~~
Can you suggest a fix for this. Hasn't occured before. The config is based on [hydry] in the readme.cfg supplied.
Thanks John