[Users] Cactus compilation issue

Steven R. Brandt sbrandt at cct.lsu.edu
Mon Feb 21 13:07:00 CST 2011


D'oh! Okay, I fixed that. However, I still can't compile:

Preprocessing 
/home/sbrandt/Cactus/arrangements/AEIThorns/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order3.smooth0.c
Compiling 
/home/sbrandt/Cactus/arrangements/AEIThorns/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order3.smooth0.c
/home/sbrandt/Cactus/arrangements/CactusBase/Fortran/src/paramcheck.F90:6.132:

_lsh,cctk_lbnd,cctk_ubnd,cctk_lssh,cctk_from,cctk_to,cctk_bbox,cctk_delta_t
                                                                            1
Error: Unexpected junk in formal argument list at (1)
/home/sbrandt/Cactus/arrangements/CactusBase/Fortran/src/paramcheck.F90:6.132:

On 02/21/2011 11:05 AM, Erik Schnetter wrote:
> Steve
>
> FPP is the Fortran preprocessor. I should be cpp, not gfortran.
>
> -erik
>
> On Mon, Feb 21, 2011 at 11:33 AM, Steven R. Brandt<sbrandt at cct.lsu.edu>  wrote:
>> 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
>> _______________________________________________
>> Users mailing list
>> Users at einsteintoolkit.org
>> http://lists.einsteintoolkit.org/mailman/listinfo/users
>>
>
>



More information about the Users mailing list