clr-bundles
clr-bundles copied to clipboard
cluster-tools has an outdated slurm.conf file
Greetings,
I have followed your tutorial at https://docs.01.org/clearlinux/latest/tutorials/hpc.html. When I got to the step of the section "Create slurm.conf configuration file" I noticed that slurmctld service didn't start. The error was related to the slurm.conf file. This was in the log.
jul 11 19:20:00 slurm-controller slurmctld[615]: error: Ignoring obsolete FastSchedule=1 option. Please remove from your configuration. jul 11 19:20:00 slurm-controller slurmctld[615]: fatal: SallocDefaultCommand has been removed. Please consider setting LaunchParameters=use_interactive_step instead.
I deleted FastSchedule and SallocDefaultCommand. After that I added these lines:
LaunchParameters=use_interactive_step InteractiveStepOptions="srun -n1 -N1 --pty --preserve-env --mpi=pmix_v3 $SHELL"
After I corrected that I could not continue because of issue #215 .
Best regards,
Braulio J. Solano-Rojas