desktops can now correctly use srun & sbatch by setting exports to all.
Previously folks would have to run srun --export=ALL ... to get Slurm to recognize the PATH or other environment variables. This also fixes a bug where desktops in parallel queues have all the cores on the machine but srun does not recognize this fact.
desktops can now correctly use srun & sbatch by setting exports to all.
Previously folks would have to run
srun --export=ALL ...
to get Slurm to recognize the PATH or other environment variables. This also fixes a bug where desktops in parallel queues have all the cores on the machine but srun does not recognize this fact.