#INFO# #INFO# Configuration to build a serial cpmd executable for #INFO# a Pentium 4 machine with the latest intel fortran compiler 'ifort'. #INFO# #INFO# $Id: BOCHUM-P4,v 1.2 2005/01/03 11:02:20 akohlmey Exp $ #INFO# IRAT=2 CFLAGS='-c -O2 -Wall' CPP='/lib/cpp -P -C -traditional' CPPFLAGS='-D__Linux -D__PGI -DLAPACK -DFFT_DEFAULT -DLINUX_IFC' FFLAGS='-c -r8 -w95 -O2 -pc64 -tpp7 -unroll -cm -tune pn4 -arch pn4' LFLAGS='-L. -latlas -Vaxlib' FFLAGS_GROMOS=' ' if [ $debug ]; then FC='ifort -g' CC='gcc -g' LD='ifort -g' else FC='ifort ' CC='gcc' LD='ifort -i-static' fi