- Feb 19, 2013
-
-
Jimmy Cao authored
-
David Bigagli authored
-
- Feb 18, 2013
- Feb 15, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
Nathan Yee authored
-
Morris Jette authored
-
Don Lipari authored
-
- Feb 13, 2013
-
-
Morris Jette authored
-
Danny Auble authored
For some reason cout will cause it to core dump. Since cerr and cout go to the same place it isn't that big of a deal.
-
Danny Auble authored
midplane.
-
Danny Auble authored
-
Hongjia Cao authored
Handle situation where a receiving/forwarding host can't unpack the header of the sender (not compatible version).
-
Morris Jette authored
-
- Feb 12, 2013
-
-
Morris Jette authored
-
David Bigagli authored
-
Puenlap Lee authored
-
Morris Jette authored
-
Morris Jette authored
The logic is only an example and not meant for actual use.
-
Danny Auble authored
built.
-
Morris Jette authored
(within the existing select_nodeinfo field of the node_info_t data structure). Added Allocated Memory to node information displayed by sview and scontrol commands. bug 229
-
Morris Jette authored
This makes the configuration parameter names consistent within a partition and system-wide
-
Morris Jette authored
Added new field to partition_info data structure Break up some long lines and minor format changes Move some definitions and statements into alphabetic order
-
Morris Jette authored
This will happen if the plugin is configured and the DynAllocPort configuration parameter is not set
-
- Feb 11, 2013
-
-
Magnus Jonsson authored
Hi everybody! Here attached is a patch that enables partition based SelectType (currently CR_Socket/CR_Core) in select/cons_res. The patch requires that CR_ALLOCATE_FULL_SOCKET is enabled to work and also this patch from master branch: https://github.com/SchedMD/slurm/commit/cdf679d0158a246e7389a15b62f127e5142003fe It should however be easy to change it to use the old #define if you want to. We are currently testing this in our development system but will go into production later this spring based on needs from some of our users. One thing that I noticed during the development of this is that if a new option is added to the slurm.conf that is not supported with an earlier version of slurm programs/libs that are compiled with the earlier version stops working due to complaining of errors in slurm.conf. We have the CR_ALLOCATE_FULL_SOCKET patch in our production system and some programs linked with openmpi stop working for some of our users. It might we wise to try require less reading of the slurm.conf from the core parts of slurm and try to put more reading/parsing of the config file from the plugins (and other modular parts of slurm). Best regards, Magnus
-
Nathan Yee authored
-
Danny Auble authored
-
Morris Jette authored
1. Removed the job_submit and job_modify functions from the plugin, they are not required for the "slurmctld" plugin type 2. Renamed the new parameter from "JobSubmitDynAllocPort" to "DynAllocPort" and renamed the variable (You need to change this in your slurm.conf file) 3. Added logic so you can see the DynAllocPort value using "scontrol show config" or "sview" 4. I made some minor formatting changes, mostly for lines that were too long 5. Added #ifdef to the msg.h header file 6. Changed the #ifdef variables in the header files to start with "DYNALLOC_", perhaps not needed, but it should safer, especiallly with some common names like "INFO_H" 7. I re-wrote much of info.c. There was no need to get a copy of the node information and process the copy. We can just work directly with the data structures.
-
Morris Jette authored
-
Jimmy Cao authored
These provide support for MapReduce+
-
- Feb 08, 2013
-
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
of the current day.
-