My plan consists of many jobs and many script tasks in each of those jobs.
Most of these scripts rely on the same 5 or 6 modules that I am loading every time, for example:
"module load python/argparse_py2.7/1.2.1
module load python/python/2.7.13"
Instead of having to load these environment modules for every task, is there a way to load them once and have all subsequent tasks be able to access them?
Hi!
Maybe one requirements.txt and check compatibility in initial task
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.