~nickpapior/siesta/trunk-kpoint-dos

« back to all changes in this revision

Viewing changes to Util/Vibra/Vibra/Sys/ibm.make

  • Committer: Alberto Garcia
  • Date: 2004-11-25 18:49:43 UTC
  • Revision ID: Arch-1:siesta@uam.es--2004%siesta-devel--reference--0.11--patch-1
Siesta 0.11 -- imported from CVS
Import from cvs using date instead of siesta-0-11-release tag, since
the Pseudo structure was not properly integrated at that time and
did not get the tag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
FC=f77
 
3
# To trap floating exceptions:(normally it runs quicker but with possible NaNs)
 
4
# FFLAGS= -O -qmaxmem=6144 -qtkq_size=25000 -qflttrap=ov:und:zero:en
 
5
FFLAGS= -O -qmaxmem=6144 -qtkq_size=25000
 
6
FFLAGS_DEBUG= -g -qmaxmem=6144 -qtkq_size=25000
 
7
LIBS= 
 
8
SYS=ibm
 
9
RANLIB=ranlib
 
10
#