1
1
openmpi/orte/mca/odls
2010-04-17 01:58:26 +00:00
..
base Issue a warning if a requested binding operation results in processes being bound to all available processes, which is the equivalent of not being bound at all. 2010-04-17 01:02:41 +00:00
bproc Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
default Establish a method by which a process knows if it has been bound by mpirun. This helps resolve a problem where a process gets "bound" to all available resources, which looks to the opal paffinity system as "not bound". This can cause mpi_init to attempt to "bind" the process itself, causing unintended behavior. 2010-04-17 01:58:26 +00:00
process An easy solution to make singleton work on Windows. 2010-04-10 16:30:59 +00:00
Makefile.am Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
odls_types.h Change the app_idx type to uint32_t to support users who use large numbers of app_contexts. Set it up as a new typedef so we can change it later without as much effort. 2010-02-27 17:37:34 +00:00
odls.h Ensure that the errmgr does not take action if the process was terminated by a "kill_procs" command as this can lead to circular logic. 2010-03-05 13:22:12 +00:00