File tree Expand file tree Collapse file tree 3 files changed +25
-1567
lines changed Expand file tree Collapse file tree 3 files changed +25
-1567
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,10 @@ The main focus is on:
48
48
49
49
Compiling the MPI-Testsuite
50
50
---------------------------
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
55
53
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
58
55
59
56
After a successful configure-run, one may compile with make.
60
57
@@ -75,7 +72,7 @@ and ALL generated communicators! Only failed tests are shown afterwards.
75
72
Through command-line switches, the user may influence and reduce the
76
73
number of tests with the following commands, first the showing the help:
77
74
78
- >>> mpirun -np XX ./mpi_test_suite -h
75
+ >>> mpirun -np 1 ./mpi_test_suite -h
79
76
80
77
Usage: mpi_test_suite [-h] [-v] [-l] [-t test] [-c comm] [-d datatype]
81
78
[-n num_values] [-r report] [-x execution_mode] [-j num_threads]
You can’t perform that action at this time.
0 commit comments