[cp2k] Also add new gfortran arch file

tomspur tomspur at fedoraproject.org
Tue Jul 24 12:24:41 UTC 2012


commit 39e6358b65702603e7f9bc2a4cb9b90a03211ab9
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Tue Jul 24 14:23:23 2012 +0200

    Also add new gfortran arch file

 Linux-gfortran-openmpi.popt |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/Linux-gfortran-openmpi.popt b/Linux-gfortran-openmpi.popt
new file mode 100644
index 0000000..d2c93dd
--- /dev/null
+++ b/Linux-gfortran-openmpi.popt
@@ -0,0 +1,21 @@
+#
+# gfortran arch file, currently for testing gfortran (svn version 4.3)
+# status on http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975
+#
+CC       = cc
+CPP      = 
+
+FC       = mpif90
+LD       = mpif90
+
+AR       = ar -r
+
+CPPFLAGS = 
+DFLAGS   = -D__GFORTRAN -D__FFTSG -D__FFTW3 -D__parallel -D__BLACS -D__SCALAPACK -D__FFTW3 -D__LIBINT 
+FCFLAGS  = $(OPTFLAGS) -ftree-vectorize -ffree-form $(DFLAGS)
+LDFLAGS  = $(FCFLAGS) 
+#LIBS     = -llapack -lblas -lfftw3
+LIBS     = -lstdc++ -lblas -llapack -lscalapack -lint -lderiv -lmpiblacsF77init -lmpiblacs -lmpiblacsCinit -lfftw3
+#          -lstdc++ -lscalapack -lint -lderiv -lblacsF77 -lblacs -lblacsC -lfftw3
+
+OBJECTS_ARCHITECTURE = machine_gfortran.o


More information about the scm-commits mailing list