Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
plm
История
Shiqing Fan
67a842fd17
Too many actual parameters for this function, remove the wrong one in order to get rid of the compiler warnings.
...
This commit was SVN r18863.
2008-07-10 08:06:53 +00:00
..
alps
Orterun creates a "clean" copy of its environment for use in launching procs. This includes properly setting LD_LIBRARY_PATH and PATH, among other things. Unfortunately, our PLM modules were using the local environ instead of the saved copy, thus missing a number of things that really should have been included. From what I see, we got away with the error because the PLM's were duplicating all that setup logic themselves - I'll clean this up over the next few days.
2008-06-23 22:39:36 +00:00
base
Ensure params are registered prior to parsing global cmd line options in orterun so that debugger options are properly captured and acted upon.
2008-06-19 02:58:14 +00:00
bproc
Ckpt the bproc support. All compiles now except for PLM module
2008-06-26 03:48:22 +00:00
ccp
- Clean up the unreferenced variables.
2008-07-03 10:11:08 +00:00
lsf
Orterun creates a "clean" copy of its environment for use in launching procs. This includes properly setting LD_LIBRARY_PATH and PATH, among other things. Unfortunately, our PLM modules were using the local environ instead of the saved copy, thus missing a number of things that really should have been included. From what I see, we got away with the error because the PLM's were duplicating all that setup logic themselves - I'll clean this up over the next few days.
2008-06-23 22:39:36 +00:00
process
Too many actual parameters for this function, remove the wrong one in order to get rid of the compiler warnings.
2008-07-10 08:06:53 +00:00
rsh
The plm env var should set to the name of a current plm module, which is rsh.
2008-07-08 23:15:52 +00:00
slurm
Orterun creates a "clean" copy of its environment for use in launching procs. This includes properly setting LD_LIBRARY_PATH and PATH, among other things. Unfortunately, our PLM modules were using the local environ instead of the saved copy, thus missing a number of things that really should have been included. From what I see, we got away with the error because the PLM's were duplicating all that setup logic themselves - I'll clean this up over the next few days.
2008-06-23 22:39:36 +00:00
submit
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
tm
Orterun creates a "clean" copy of its environment for use in launching procs. This includes properly setting LD_LIBRARY_PATH and PATH, among other things. Unfortunately, our PLM modules were using the local environ instead of the saved copy, thus missing a number of things that really should have been included. From what I see, we got away with the error because the PLM's were duplicating all that setup logic themselves - I'll clean this up over the next few days.
2008-06-23 22:39:36 +00:00
tmd
Sandbox for next-gen launch
2008-06-24 01:25:51 +00:00
xgrid
Allow xgrid to compile again.
2008-06-09 21:51:41 +00:00
Makefile.am
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
plm_types.h
Upgrade the node/orted failure detection code to cover all environments. Use the native environment's capabilities where possible - e.g., SLURM detects orted failure and can report it. Elsewhere, use a heartbeat system to detect orted failure - e.g., for TM and rsh. Heart rate is set via mca param. The HNP checks for callback every 2*heartrate, declares orted failure if not seen in last 2*heartrate time.
2008-06-02 21:46:34 +00:00
plm.h
Merge in the mca_base_select changes per RFC:
2008-05-06 18:08:45 +00:00