- 19 Oct, 2005 5 commits
-
-
Danny Auble authored
-
Moe Jette authored
its relationship to small bglblocks.
-
Christopher J. Morrone authored
the initial client eio object and later "srun --attach" objects are handled due to the caching. Modifications to the eio engine to move the List of eio_obj_t into the opaque eio_handle_t. New eio calls "eio_new_initial_obj" and "eio_new_obj", both of which add an eio_obj_t to the eio_handle_t's internal object List. However, only the later function is safe to call when the eio mainloop is running. Also caught in this commit is some initial code to implement the RPCs REQUEST_TERMINATE_* and REQUEST_SIGNAL_*.
-
-
Danny Auble authored
-
- 18 Oct, 2005 13 commits
-
-
Moe Jette authored
-
Christopher J. Morrone authored
-
Danny Auble authored
moded smap to actually create correct bluegene.conf files moved checked from slurmctld job struct to the jobinfo datatype.
-
Moe Jette authored
-
Moe Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
-
Danny Auble authored
-
-
Moe Jette authored
-
Moe Jette authored
-
- 17 Oct, 2005 5 commits
-
-
Christopher J. Morrone authored
is exec'ed. This implementation is not ideal, because for switch/federation the slurmd_step process needs to read in and parse the federation.conf file every time the slurmd_step is exec'ed. Added "switch_g_slurmctld_init", "switch_g_slurmd_init", and "switch_g_slurmd_step_init" calls to the switch API. NOTE: The "switch_g_slurmctld_init" function is not yet called anywhere in the slurmctld, but it also is not yet needed by any switch plugin.
-
Moe Jette authored
-
Danny Auble authored
-
Moe Jette authored
-
Moe Jette authored
-
- 15 Oct, 2005 1 commit
-
-
Danny Auble authored
-
- 14 Oct, 2005 12 commits
-
-
Christopher J. Morrone authored
be used anywhere else.
-
Moe Jette authored
-
Moe Jette authored
full-system bglblock is of system size defined in bluegene.conf.
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Danny Auble authored
-
Moe Jette authored
-
Moe Jette authored
-
-
Christopher J. Morrone authored
client dissapearing. This required adding a cache of outgoing messages so that the new srun client can see recent traffic at connection time. srun's "--steal" parameter is not yet supported. Also moved the contents of "struct incoming_client_info" and "struct outgoing_fd_info" into the other structures. It just looks cleaner.
-
- 13 Oct, 2005 3 commits
-
-
Danny Auble authored
-
Christopher J. Morrone authored
With the new stdio engine, it no longer makes sense to associate the task stdio filenames with the srun info structure. Instead for each task we expand the filename format string and stick it in the slurmd_task_info_t structure.
-
Moe Jette authored
Add new env var SLURM_TASK_PID.
-
- 12 Oct, 2005 1 commit
-
-
Christopher J. Morrone authored
-