carlos-encs
carlos-encs
Hello @Caian I installed your slurm-web-docker, but when I try to open http:/cluster.local:8081/slurm/ a blank page is showed only with a blue arrow on top-left and a circle in the...
Hi @Caian This is how I start the container docker run -d --name slurm-web \ -v ./slurm-web2/conf:/etc/slurm-web \ -v /nfs/appdata/serv_slurm/munge/etc/:/etc/munge:ro \ -v /nfs/appdata/serv_slurm/slurm-23.02.0/root/bin/:/etc/slurm-llnl:ro \ -p 8081:80 \ slurm-web munge and...
> There's not enough information here to know what is going wrong, have you taken a look at the end of the log file? This is the end of the...
I skipped the numpy tests result, modifying this: find $EBROOTEASYBUILD -name numpy.py 'ignore_test_result': [True, It worked, but I feel it's not the right way to do it, SciPy-bundle-2023.07-gfbf-2023a.eb should pass...
@gc00 Thanks for having the time to check on this. payload.sh it's a simple bash script: #!/encs/bin/bash for i in {1..22} do echo "step $i" date sleep 20 done We...
Hi @gc00 Thank you very much for your help. Regards
Hi @gc00 I think the issue is not (only) the sleep command. I modified the script to run an infinite loop with a counter, it creates the checkpoint, but when...