DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

Error with env examples in slurm/quest and slurm/sherlock #38

Closed carynbear closed 3 months ago

carynbear commented 4 months ago

Missing eval for variable substitutions

Should be:

eval "ACCOUNT='-A ${MY_ACCOUNT}'"
PARTITION='--partition short'
eval "OUTPUT='-o /home/${MY_USER}/logs/out/%A_%a.out'"
eval "ERROR='-e /home/${MY_USER}/logs/err/%A_%a.err'"
TIME='-t 0-2:30' # Maximum execution time (D-HH:MM)