LoadLeveler is a job scheduler written by IBM, to control scheduling of batch jobs.
Questions tagged [loadleveler]
2 questions
0
votes
3 answers
How to see the current user's queue in SLURM
On a cluster that is managed by SLURM, I want to check the queue of the current user (and cluster). Normally, I have to use this command:
squeue --user=username --clusters=clustername
The problem with this, apart from the fact that this is a rather…

MakisH
- 967
- 1
- 9
- 23
0
votes
0 answers
Does llsubmit take into consideration the LD_LIBRARY_PATH?
I'm having a bit of a trouble running a job on a nVidia cluster. My code is divided into a shared library containing the cuda code and a .cpp file which calls functions from that lib.
The thing is that when I submit the job (llsubmit) I get an error…

emmerich
- 512
- 1
- 5
- 14