Whamcloud - gitweb
LU-12395 build: build mpitests for el8
[fs/lustre-release.git] / lustre / tests / mpi / Makefile.am
index 25f1826..d64964e 100644 (file)
@@ -8,7 +8,11 @@ THETESTS = parallel_grouplock write_append_truncate createmany_mpi \
 
 if TESTS
 if MPITESTS
+if RHEL
+testdir = @MPI_BIN@
+else
 testdir = $(libdir)/lustre/tests
+endif
 test_PROGRAMS = $(THETESTS)
 else
 noinst_PROGRAMS = $(THETESTS)