- Jan 24, 2022
-
-
Sergey Kosukhin authored
-
- Nov 24, 2021
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
- Nov 23, 2021
-
-
Sergey Kosukhin authored
This reverts commit 4c120cc6.
-
Sergey Kosukhin authored
This makes the branch identical to 2a4af8e6.
-
Sergey Kosukhin authored
-
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
-
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
-
Sergey Kosukhin authored
We have to have this as long as we distribute the automatically generated Autotools and othe files via the git repository.
-
- Nov 22, 2021
-
-
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
This reverts commit c4fade36.
-
Sergey Kosukhin authored
This makes the branch identical to 5ebb81ec.
-
- Nov 19, 2021
-
-
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.
-