- Sep 05, 2003
-
-
Moe Jette authored
sort of slurm error.
-
- Aug 07, 2003
-
-
Moe Jette authored
-
- Aug 02, 2003
- Jul 31, 2003
-
-
Moe Jette authored
memory. Minor code restructuring (moved setrlimit into _init_config() function from main).
-
Moe Jette authored
the backup controller and proc_req.c is the code to process incomming RPCs. No changes in controller logic were made for this. job_mgr.c was also modified to better handle bad job records on controller restart's data recovery.
-
- Jul 29, 2003
- Jul 24, 2003
- Jul 23, 2003
- Jul 15, 2003
- Jul 07, 2003
-
-
Moe Jette authored
Message to controller will retry after SlurmctldTimeout period if message to primary controller fails and backup controller returns error indicating it is in backup mode.
-
- Jul 04, 2003
-
-
Moe Jette authored
WaitTime sets srun's default value for --wait. MaxJobCount sets the maximum job count for slurmctld (replacing #define MAX_JOB_CNT). MinJobAge sets the minimum job purrge age for slurmctld (replacing #define MIN_JOB_AGE).
-
- Jun 09, 2003
-
-
Moe Jette authored
recover qsw state saved (if any and if "-c" option not used) and use as argument to qsw_init(). If no state to be preserved, call qsw_init(NULL) to initialize data structures.
-
- May 28, 2003
-
-
Mark Grondona authored
slurm_send_recv_node_msg(), slurm_send_recv_rc_msg(), etc. o Fixed fd leak in agent.c using slurm_send_recv_rc_msg() w/ timeout.
-
- Apr 18, 2003
-
-
Moe Jette authored
(it was being treated like a shutdown request and shutting down the slurmd daemons too).
-
- Apr 11, 2003
-
-
Moe Jette authored
-
Mark Grondona authored
to have the correct value for the SlurmUser id
-
- Apr 03, 2003
-
-
Moe Jette authored
which is meaningless in these cases.
-
- Apr 01, 2003
-
-
Moe Jette authored
immediate flag when partition configuration prevents immediate initiation.
-
- Mar 27, 2003
-
-
Moe Jette authored
-
- Mar 26, 2003
- Mar 25, 2003
-
-
Moe Jette authored
-
- Mar 24, 2003
- Mar 21, 2003
-
-
Moe Jette authored
This puts core file in desired location in any case.
-
- Mar 20, 2003
-
-
Moe Jette authored
Shutdown any backup controller before restoring state.
-
- Mar 19, 2003
-
-
Moe Jette authored
don't need to worry about the backup controller freeing it then trying to use it again when it takes over a second time.
-
- Mar 14, 2003
-
-
Mark Grondona authored
slurm_cred_t job credential.
-
- Mar 13, 2003
-
-
Moe Jette authored
-
- Mar 07, 2003
-
-
Moe Jette authored
Slurmctld now supports MinNodes parameter for partition, no job under that size gets initiated. Partition Min/MaxNodes check at job schedule time only, not just at submit time.
-
- Mar 06, 2003
-
-
Moe Jette authored
Load and dump AuthType and PluginDir config structure elements to get config RPC.
-
- Mar 05, 2003
-
-
Moe Jette authored
Add COMPLETING node and job states. Major restructuring of slurmctld node and job state transition code.
-
- Mar 03, 2003
-
-
jwindley authored
-