- 04 Aug, 2006 17 commits
-
-
Moe Jette authored
-
Danny Auble authored
-
Moe Jette authored
response to job completion RPC.
-
Moe Jette authored
communication itself) fails
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
-
Danny Auble authored
-
-
Christopher J. Morrone authored
If the allocation has been granted, it will release the job allocation on the first SIGINT, and ignore any following SIGINT signals while waiting for the user's command to exit. If the allocation if pending, salloc revokes the allocation and exits. Should all other signals have the same behaviour?
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Moe Jette authored
Required scontrol to use helper library.
-
Moe Jette authored
statically linked.
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
as libslurm. However, libslurmhelper exports ALL symbols, not just the ones in the SLURM API. This can be used by slurm commands that want to use both libcommon and libslurm functions.
-
- 03 Aug, 2006 13 commits
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
salloc: Granted job allocation 65539 salloc: Relinquishing job allocation 65539
-
Moe Jette authored
-
Moe Jette authored
g_slurm_auth_get_uid(). The original code was resulting in the slaunch command having two different symbols g_context for the module slurm_auth.c. Some functions would use one symbol and other functions would use the other symbol resulting in extreme badness (zero pointers and seg faults).
-
Moe Jette authored
-
Christopher J. Morrone authored
morrone:/tmp$ echo | sbatch sbatch: error: Batch script contains only whitespace! morrone:/tmp$ echo -n | sbatch sbatch: error: Batch script is empty! morrone:/tmp$ echo foobar |sbatch sbatch: error: This does not look like a batch script. The first sbatch: error: line must start with #! followed by the path to an interpreter. sbatch: error: For instance: #!/bin/sh
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
- 02 Aug, 2006 10 commits
-
-
Moe Jette authored
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Christopher J. Morrone authored
ESLURM_TASKDIST_REQUIRES_OVERCOMMIT. Fix but in new env.c code.
-
Christopher J. Morrone authored
-
-
Christopher J. Morrone authored
variables. It can also support a VERY limitted overcommit. It only works if you are using all nodes in the allocation. Need to make this work for a subset.
-
Christopher J. Morrone authored
-