Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
ras
/
base
История
Ralph Castain
4f89adae0c
Prettify the user level display of allocation and map to make it easier to see and understand
...
This commit was SVN r19655.
2008-09-28 16:44:09 +00:00
..
base.h
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
help-ras-base.txt
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
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_base_allocate.c
Prettify the user level display of allocation and map to make it easier to see and understand
2008-09-28 16:44:09 +00:00
ras_base_close.c
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
ras_base_node.c
Modify the handling of hostfiles to allow them to subdivide allocations. Utilize the "slots_alloc" field of the orte_node_t object - which had previously been unused - to track the #slots allocated to a given app_context. Let the hostfile filtering action utilize the #slots field to modify the allocated slots for each app_context.
2008-07-28 15:10:40 +00:00
ras_base_open.c
Modify the --display-map and --display-alloc per note on devel list to reduce info for user understanding.
2008-09-23 15:46:34 +00:00
ras_base_select.c
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
ras_private.h
Replace all occurences of orte_pointer_array by opal_pointer_array. Remove the
2008-02-28 05:32:23 +00:00