- Sep 23, 2019
-
-
Sergey Kosukhin authored
-
- Sep 17, 2019
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
- Aug 30, 2019
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
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.
-
Sergey Kosukhin authored
Fail the configure script when Fortran 2003 interface is requested but the compiler does not support CHARACTER interoperability.
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
Give the compiler a chance to clean its temporary files when requesting its version at the configure time.
-
Sergey Kosukhin authored
-
- Aug 29, 2019
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
- Aug 08, 2019
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
- Jun 05, 2019
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* collSpec is meant to be a dumb data collection, none of its member should be subject to change.
-
- Apr 10, 2019
-
-
Thomas Jahns authored
* gcc 6.4 does not realize posix_memalign initializes ptr on some Linux systems.
-
- Mar 27, 2019
-
-
Thomas Jahns authored
-
- Mar 14, 2019
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Feb 09, 2019
-
-
Thomas Jahns authored
-
-
- Feb 08, 2019
-
-
Thomas Jahns authored
-
Thomas Jahns authored
* The previous implementation had the destructor also release the mapping. * That was problematic, because the internals of objects depended on the external mapping unnecessarily. * This also fixes a potential double-free issue discovered by Jan Frederik Engels.
-
- Feb 05, 2019
-
-
Thomas Jahns authored
-
- Feb 04, 2019
-
-
Thomas Jahns authored
* Not yet created resource handles are by definition unused.
-
Thomas Jahns authored
* This applies to NetCDF where the first write contains invariants that are not present in later writes.
-
Thomas Jahns authored
-
-
-
- Apr 13, 2018
-
-
Thomas Jahns authored
* Especially create the latitudes symmetrically from pole to pole.
-