[Users] Cactus compilation issue

Steven R. Brandt sbrandt at cct.lsu.edu
Mon Feb 21 10:33:20 CST 2011


I'm attempting to compile Einsteintoolkit on my laptop. I have 
gcc/g++/gfortran.

The config looks like this:

CPP = gcc
FPP = gfortran
CC  = gcc
CXX = g++
F77 = gfortran
F90 = gfortran

CPPFLAGS = -DMPICH_IGNORE_CXX_SEEK -DKRANC_DIFF_FUNCTIONS
FPPFLAGS = -traditional
# no -msse3
CFLAGS   = -g3 -m128bit-long-double -march=native -std=gnu99
CXXFLAGS = -g3 -m128bit-long-double -march=native -std=gnu++0x
F77FLAGS = -g3 -m128bit-long-double -march=native -fcray-pointer 
-ffixed-line-length-none
F90FLAGS = -g3 -m128bit-long-double -march=native -fcray-pointer 
-ffixed-line-length-none
LDFLAGS  =

My compiler gives a slew of errors, starting with this one.

Checking status of thorn TwoPunctures
________________________________________________________________________
/home/sbrandt/Cactus/arrangements/LSUThorns/SummationByParts/src/Poisoning.F90:9.26:

   REAL*8  diss_fraction(3)&&REAL*8  epsdis&&REAL*8  
h_scaling(3)&&REAL*8  poiso

What's going wrong? How can I fix it?

Cheers,
Steve
                           1


More information about the Users mailing list