- Dec 19, 2017
-
-
Thomas Jahns authored
-
Thomas Jahns authored
* libtool does not pass -shared-intel through the link step even though it is very much needed for linking to libraries built with older versions of the Intel compiler.
-
Thomas Jahns authored
-
Thomas Jahns authored
- Oct 24, 2017
-
-
Thomas Jahns authored
* xt_quicksort_base.h is included to generate quicksort functions.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Sep 28, 2017
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* Some MPI implementations annotate INTENT(IN) parameters with const, some do not.
-
Thomas Jahns authored
-
Thomas Jahns authored
* Where only part of a condition (#if) is known, this change enables substitution of those parts.
-
Thomas Jahns authored
* gfortran warns when using mpi_address_kind directly. Therefore using the corresponding kind from iso_c_binding removes those warnings.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* While it would be desirable to have buffer declared const when the underlying MPI allows const buffer parameters to MPI_Unpack, that is not guaranteed to work so we keep the parameter declared void * instead of const void *.
-
Thomas Jahns authored
* gfortran warns about passing variables to C when not using a type kind known to be interoperable.
-
Thomas Jahns authored
* This prevents overflows later on, however theoretical.
-
Thomas Jahns authored
-
- Sep 27, 2017
-
-
Thomas Jahns authored
* This also permits the conversion to restrict in a manner conforming to the language rules.
-
Thomas Jahns authored
* This way the test code is clearer and the initialization can be easily re-used.
-
Thomas Jahns authored
* By always dividing 2*j by 2*j when j > 0 or 1 if j == 0.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* buffer is already of type unsigned char *.
-
Thomas Jahns authored
* xt_int_kind was moved to xt_core.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* This way no casting is needed at the call-site.
-
Thomas Jahns authored
* This simplifies the caller.
-
Thomas Jahns authored
* The warning is generated when -Winteger-truncation is enabled.
-