
structures to make it easier to swap around lists when doing process -> resource mapping * Fix spawn interface to take an ompi_list_t* instead of an ompi_list_t since you can't pass an ompi_list_t by value * Change allocate_resource to return an ompi_list_t* instead of having an ompi_list_t** as an argument, since it's a bit cleaner and makes who should call OBJ_NEW much more clear * Clean up deallocation in error cases for the llm_base_allocate function * Update test case for llm to not depend on current environment for correctness This commit was SVN r2126.
12 строки
121 B
Plaintext
12 строки
121 B
Plaintext
@MCA_PCM@
|
|
1
|
|
1
|
|
12 ./sched_comm
|
|
3
|
|
19 ENV1=blah blah blah
|
|
19 ENV2=foo bar is fun
|
|
8 ENV3=123
|
|
12 /foo/bar/baz
|
|
0
|
|
@MCA_PCM_END@
|