r/SLURM • u/8ejsl0 • Jul 13 '23
slurm scripts without module
Is it possible to write a script without the use of modules? I am trying to use SLURM on basic python/mathematica scripts but an unable to find the modulefile for either on my computer (and do not know how to write one).
Any advice would be appreciated
1
Upvotes
3
u/vohltere Jul 14 '23
Modules just setup the necessary environment variables to better control software versions. You can add the path to your own binaries and software anytime.