Makefile for Thomas's laptop; compiler flag for real*8 for gfortran
Is now enough to build:
make chease_hdf5
on my laptop.
- Define
CHEASE_MACHINE=ubuntu_22.04
, which points to hdf5 for a standard ubuntu 22.04 machine. - Add detection for my laptop:
- for hostname=nb-thay-1, within domain=mpg.de as an exception to aug.
- Update gfortran fflags for machines:
linux_nohdf5 aug marconi ubuntu_22.04
to add-fdefault-{real,double}-8
, equivalent to-r8
on Intel.
Edited by Thomas Hayward-Schneider