1
1
openmpi/orte/mca/ras
Shiqing Fan 872a4047ba Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake.
In CMake 2.6 and earlier, this function add dependencies for targets and also link the target libraries automatically, but in CMake 2.8,this behavior has been changed, i.e. it will only add the dependencies but no link, which will cause linking errors at compilation time.

This commit was SVN r22405.
2010-01-14 18:10:20 +00:00
..
alps - Get rid of a small nuisance: after installation of the 2009-11-25 19:01:33 +00:00
base Refactor the multicast support so the data type objects can be accessed beyond just the one component 2009-10-14 17:43:40 +00:00
bjs Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ccp Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
cm Add a new ras module to support bootstrap operations. Additional functionality may eventually be required in the component, but for now all it does is provide a mechanism for ensuring that other allocations don't confuse the system. 2009-09-30 23:30:24 +00:00
gridengine Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
loadleveler Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
lsf Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
slurm Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
tm Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
Makefile.am Establish an MCA param "orte_allocation_required" so that a system can require the user have an RM-provided allocation in order to run. This helps prevent the problem where a user forgets to get an allocation on an RM-managed cluster, and then executes mpirun on the head node - thus causing all of their mpi procs to launch on the head node, usually bringing it to its knees. 2008-08-04 14:25:19 +00:00
ras_types.h Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
ras.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00