Hello Sebastien,
I have managed to submit jobs and recollect results automatically in one go
. However, two issues remain if the solution is to be generic:
Firstly, in the particular investigation, I am using a parallel case of Artemis (BTWI). When I use the
runcode.py --merge command, I get the following message:
The name of the module to run and one cas file are at least required
This is overcome by using
artemis.py --merge.
Secondly, I still have to define explicitly the file name of the .cas file within the <hpc_stdin> line in the systel.cfg.
To my understanding, both issues would require some modification of the runcode.py script.
Costas