Hello,
and HUGE thanks for your enormous effort. Now datetime operations in FORTRAN have stopped being a nightmare! 👍 One weird thing I'd like to highlight though. Building with autotools:
./configure --prefix=/path/to/folder
make
make install
at the make install stage the only datetime_module.mod is actually copied in the destination include folder. That is not enough to link datetime.
Fast solution: manually copy all *.mod files from src/lib to /path/to/folder/include.
The issue is probably OS related. I'm using CentOS7, ifort-19.
Hello,
and HUGE thanks for your enormous effort. Now datetime operations in FORTRAN have stopped being a nightmare! 👍 One weird thing I'd like to highlight though. Building with autotools:
at the
make installstage the onlydatetime_module.modis actually copied in the destination include folder. That is not enough to link datetime.Fast solution: manually copy all *.mod files from
src/libto/path/to/folder/include.The issue is probably OS related. I'm using CentOS7, ifort-19.