Hello Daniel,


I am trying to recompile the latest version of SPLASH on our new parallel 
computing system, but there is a problem with the FORTRAN code:



gfortran -O3 -frecord-marker=4 -c ../src/plotlib_giza.f90 -o plotlib_giza.o
gfortran -O3 -frecord-marker=4 -c ../src/kernels.f90 -o kernels.o
../src/kernels.f90:77.13:

    wfunc => w_wendlandc6
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
../src/kernels.f90:84.13:

    wfunc => w_wendlandc4
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
../src/kernels.f90:91.13:

    wfunc => w_wendlandc2
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
../src/kernels.f90:98.13:

    wfunc => w_quintic
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
../src/kernels.f90:105.13:

    wfunc => w_quartic
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
../src/kernels.f90:116.13:

    wfunc => w_cubic
             1
Error: Interface mismatch in procedure pointer assignment at (1): Mismatch in 
PURE attribute
make[1]: *** [kernels.o] Error 1



Most likely, the errors appear because the latest version of gfortran handles 
the code in a slightly different way.  What do you suggest ?





Siegfried

-- 
You received this message because you are subscribed to the Google Groups 
"SPLASH users forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/splash-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to