Skip to content

Commit f8dd4a7

Browse files
committed
Merge branch 'configure-cleanup' into develop
* configure-cleanup: Update README Cleanup configure.ac and remove acinclude.m4
2 parents fc80b50 + 57a8e09 commit f8dd4a7

File tree

3 files changed

+25
-1567
lines changed

3 files changed

+25
-1567
lines changed

README

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ The main focus is on:
4848

4949
Compiling the MPI-Testsuite
5050
---------------------------
51-
The MPI-Testsuite has to be configured with the configure-build system prior
52-
to compiling.
53-
The flags are currently the same as for PACX-MPI, so one has to specify
54-
the location of the MPI-installation with option --with-mpi-dir=<DIR>.
51+
The MPI-Testsuite uses an autotools based build system.
52+
To configure provide the MPI compiter with
5553

56-
In order to use PACX-MPI as MPI-implementation, one has to additionally pass
57-
the option --enable-pacx --with-pacx-dir=<PACX>
54+
>>> ./configure CC=mpicc
5855

5956
After a successful configure-run, one may compile with make.
6057

@@ -75,7 +72,7 @@ and ALL generated communicators! Only failed tests are shown afterwards.
7572
Through command-line switches, the user may influence and reduce the
7673
number of tests with the following commands, first the showing the help:
7774

78-
>>> mpirun -np XX ./mpi_test_suite -h
75+
>>> mpirun -np 1 ./mpi_test_suite -h
7976

8077
Usage: mpi_test_suite [-h] [-v] [-l] [-t test] [-c comm] [-d datatype]
8178
[-n num_values] [-r report] [-x execution_mode] [-j num_threads]

0 commit comments

Comments
 (0)