Whamcloud - gitweb
b=17605
authorbrian <brian>
Mon, 11 May 2009 20:04:59 +0000 (20:04 +0000)
committerbrian <brian>
Mon, 11 May 2009 20:04:59 +0000 (20:04 +0000)
commitc0fc7a9d50d3bdee1d8919385b099137b46388e2
tree5119f890d303b8e494a103e56790b2e379674faf
parente547e2df49bd80f5023b6cc8d0e42f4cab62bfae
b=17605
i=rread
i=grev

Use the mpicc wrapper for building MPI programs rather than trying to
discover all the bits and pieces of the installed MPI library.

Due to the way the autotools work, this requires putting the sources
into their own subdir, so that the CC command can be overridden.

Fix the pointers to in-tree MPI programs in test-framework.sh.
14 files changed:
lustre/autoconf/lustre-core.m4
lustre/liblustre/tests/Makefile.am
lustre/liblustre/tests/mpi/Makefile.am [new file with mode: 0644]
lustre/liblustre/tests/mpi/test_lock_cancel.c [moved from lustre/liblustre/tests/test_lock_cancel.c with 100% similarity]
lustre/tests/Makefile.am
lustre/tests/mpi/Makefile.am [new file with mode: 0644]
lustre/tests/mpi/createmany-mpi.c [moved from lustre/tests/createmany-mpi.c with 100% similarity]
lustre/tests/mpi/lp_utils.c [moved from lustre/tests/lp_utils.c with 100% similarity]
lustre/tests/mpi/lp_utils.h [moved from lustre/tests/lp_utils.h with 100% similarity]
lustre/tests/mpi/mdsrate.c [moved from lustre/tests/mdsrate.c with 100% similarity]
lustre/tests/mpi/parallel_grouplock.c [moved from lustre/tests/parallel_grouplock.c with 100% similarity]
lustre/tests/mpi/write_append_truncate.c [moved from lustre/tests/write_append_truncate.c with 100% similarity]
lustre/tests/mpi/write_disjoint.c [moved from lustre/tests/write_disjoint.c with 100% similarity]
lustre/tests/test-framework.sh