#INFO# #INFO# Configuration to build a serial cpmd executable for #INFO# the (desktop) athlons with the intel fortran compiler 'ifc'. #INFO# #INFO# $Id: BOCHUM-ATHLON,v 1.2 2005/01/03 11:02:12 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 -w90 -w95 -cm -O2 -pc64 -unroll -tpp6' LFLAGS='-L. -latlas -Vaxlib -static' FFLAGS_GROMOS=' ' if [ $debug ]; then FC='ifc -g' CC='gcc -g' LD='ifc -g' else FC='ifc ' CC='gcc ' LD='ifc ' fi