1
1
openmpi/test/threads
Nathan Hjelm 0325100823 Fix PGI compilation of opal_condition test
PGI was failing to build this test due to the {} initializers of some
of the global variables. The initializers were added to remove common
symbols from the test repository. This commit removes the initializers
and makes the variables static which should fix both the compile issue
and avoid the common symbols.

This commit additionally removes the check for
OPAL_ENABLE_MULTI_THREADS since Open MPI requires thread support.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-07-01 09:10:49 -06:00
..
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_condition.c Fix PGI compilation of opal_condition test 2015-07-01 09:10:49 -06:00
opal_thread.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00