You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wdhawkins The AWS system definition has been updated (systems/aws-pcluster), please test and let us know if you think it does what it should. Right now, this produces experiment scripts like:
(i.e. these are generated as sbatch opts and command opts) - this is decided by the allocation modifier (specifically for the SLURM scheduler). I think it's worth checking if these should be batch opts
If so, this can be rewritten to generate a separate batch opt for --mpi and --export
If not, I can change the allocation modifier
I don't think this decision need stop this PR, but the generated experiment scripts will have weird sbatch directives until that is decided.
The text was updated successfully, but these errors were encountered:
@wdhawkins The AWS system definition has been updated (systems/aws-pcluster), please test and let us know if you think it does what it should. Right now, this produces experiment scripts like:
(i.e. these are generated as sbatch opts and command opts) - this is decided by the allocation modifier (specifically for the SLURM scheduler). I think it's worth checking if these should be batch opts
--mpi
and--export
I don't think this decision need stop this PR, but the generated experiment scripts will have weird sbatch directives until that is decided.
The text was updated successfully, but these errors were encountered: