# host-beskow-login2.pdc.kth.se-GNU_Linux.conf # # Settings for the Beskow system at PDC, Sweden using the GNU compilers. # # Before compiling, please load the correct compiler environment module: # $ module swap PrgEnv-cray PrgEnv-gnu # # $Id$ %include compilers/Cray_MPI %section Makefile FC = ftn F77 = $(FC) CC = cc CFLAGS += -DFUNDERSC=1 -O3 FFLAGS += -O1 %endsection Makefile %section runtime mpiexec = srun %endsection runtime