- Nov 16, 2021
-
-
Sergey Kosukhin authored
The ONLY clause works only with MPI versions that have all MPI subroutines declared in the module. According to Thomas Jahns, this is not always the case (see comments in #4 for more details).
-
Sergey Kosukhin authored
This way, we avoid target-specific flags '-DUSE_MPI', which result into target-specific rules that do not use Libtool for the compilation.
-
-
Sergey Kosukhin authored
We need all this because the configure script accepts only absolute paths for MPI_LAUNCH.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
This allows for sanitization of the build environment on the command line. For example: export BUILD_CC='bad stuff' ./configure 'BUILD_CC=' make
-
Sergey Kosukhin authored
Remove declaration of the 'BUILD_C_INCLUDE' and 'BUILD_FC_INCLUDE' precious variables from the configure script since they are not used.
-
Sergey Kosukhin authored
The shortcut for the ISO C99 test, which simplifies the implementation, is copied from PPM.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
The idea is that when an additional feature is enabled, we should run the same tests as without it plus additional tests for the feature.
-
Sergey Kosukhin authored
This is the first step towards building serial versions of tests also when MPI is enabled.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
This is the first step towards switching to the parallel test harness.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
The configure options enabling the interfaces are named consistently with the options enabling Fortran interfaces.
-
Sergey Kosukhin authored
Temporarily drop support for the experimental ruby and python interfaces.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-