Hello,
I have completed the implementation of doing the jobs in sequential mode (when more than one CAS file is provided) based on Yoann's previous idea.
You have to:
- add the key hpc_depend to your configuration where <jobid> will be replaced live by the process ID of the previous CAS file (for PBS:).
hpc_depend: -W depend=afterok:<jobid>
I have added the example in systel.cis-hydra.cfg
Note that this option varies depending on what queuing system you use.
- you have to add the option --sequential to your running command line
If you don't then the hpc_depend key is ignored if present in your config, so you may as well have it all the time.
The changes are available in guppy for now -- this is being thoroughly validated before a merge with the trunk. Also, each CAS file is being run on its own proc ID, so one proc ID cannot include all CAS file -- but at least there are put in the queue together at the start and then waiting for each others.
Hopefully you can access for testing on your side,
Enjoy.
Sébastien.