- Mar 12, 2020
-
-
Florian Prill authored
Update m4/acx_check_strptr_convert.m4. The previous code resulted in the following error when compiled with GCC 6.4.0 and FCFLAGS=-std=-f2008: TS 29113/TS 18508: Noninteroperable array FPTR at (1) to C_F_POINTER: Type shall have a character length of 1 Moreover, the code did not really reflect how the string manipulation was implemented in src/mo_cdi.f90. The updated version is supposed to be closer to what is required in the real code.
-
Florian Prill authored
-
- Jun 25, 2019
-
-
Sergey Kosukhin authored
-
- Nov 06, 2018
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
- Jul 31, 2018
-
-
Uwe Schulzweida authored
-
- Jul 30, 2018
-
-
Uwe Schulzweida authored
-
Uwe Schulzweida authored
-
- Jul 17, 2018
-
-
Ralf Mueller authored
-
- Jul 13, 2018
-
-
Fabian Wachsmann authored
-
- Jul 12, 2018
-
-
Ralf Mueller authored
-
- Apr 30, 2018
-
-
Uwe Schulzweida authored
-
- Apr 25, 2018
-
-
Ralf Mueller authored
-
- Apr 13, 2018
-
-
Ralf Mueller authored
-
Ralf Mueller authored
-
- Feb 05, 2018
-
-
Thomas Jahns authored
* Also enable another library name for OSSP UUID library, it is installed as libuuid sometimes.
-
- Feb 01, 2018
-
-
Thomas Jahns authored
-
- Jun 07, 2017
-
-
Uwe Schulzweida authored
-
- Apr 20, 2017
-
-
Ralf Mueller authored
-
- Mar 27, 2017
-
-
Uwe Schulzweida authored
-
- Mar 09, 2017
-
-
Thomas Jahns authored
* Since write, mmap and a number of other functions are not part of ISO C (i.e. strictly conforming programs must not use those), we need to ensure the build environment provides POSIX conformance. * This mostly prevents unrelated bug reports later on. * From POSIX 2008, CDI unconditionally only uses getline and has a work-around in case that is missing.
-
- Jan 05, 2017
-
-
Uwe Schulzweida authored
-
Uwe Schulzweida authored
-
- Jun 29, 2016
-
-
Uwe Schulzweida authored
-
- Apr 04, 2016
-
-
Uwe Schulzweida authored
-
- Apr 02, 2016
-
-
Uwe Schulzweida authored
-
Uwe Schulzweida authored
-
- Apr 01, 2016
-
-
Uwe Schulzweida authored
-
- Oct 02, 2015
-
-
Thomas Jahns authored
-
- Jul 30, 2015
-
-
Thomas Jahns authored
-
- Jun 18, 2015
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Jun 05, 2015
-
-
Thomas Jahns authored
* This partially reverts "added support for C89/90 preprocessor" which only covered up an already bad situation. Using the C preprocessor on Fortran sources does ultimately not work since it doesn't know about Fortran-specific features like the _OPENMP macro and is chronically likely to pick up the cpp belonging to another compiler (e.g. to system gcc when compiling with xlf on Linux/ppc).
-
- Jun 02, 2015
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* Also automatically find cfortran.h flag for as many platforms as we can test at the moment.
-
- Apr 02, 2015
-
-
Ralf Mueller authored
-
- Mar 25, 2015
-
-
Thomas Jahns authored
* This way the MPI parts of CDI can be compiled without introducing an artificial MPI dependency for non-MPI parts.
-
Thomas Jahns authored
-
- Dec 05, 2014
-
-
Thomas Jahns authored
-