Hey guys
I found today that I cannot compile my PC runs any more. The compiler
crashes with:
> make[2]: Entering directory
> `/afs/
ipp-garching.mpg.de/home/a/aschreib/tmp/test/src'
> if [ "" ]; then \
> rm -f cparam.inc; \
> rm -f cparam_pencils.inc; \
> ln -s cparam.inc cparam.inc; \
> ln -s cparam_pencils.inc cparam_pencils.inc; \
> fi
> sed -e 's/REAL/DOUBLE_PRECISION/g' mpicomm.f90 > mpicomm_double.f90
> mpicc -DFUNDERSC=1 -ipo -DDOUBLE_PRECISION -o syscalls_ansi.o -c
> syscalls_ansi.c
> mpif90 -implicitnone -ipo -O3 -mcmodel=large -shared-intel -r8 -std95
> -o cparam.o -c cparam.f90
> mpif90 -implicitnone -ipo -O3 -mcmodel=large -shared-intel -r8 -o
> fftpack.o -c fftpack.f90
> scripts/mkdummyinc -d noinitial_condition.f90 -s
> noinitial_condition.f90 > initial_condition_dummies.inc
> ln -s ghostfold_mpicomm.f90 ghostfold_mpicomm_double.f90
> mpicc -DFUNDERSC=1 -ipo -DDOUBLE_PRECISION -o nogsl.o -c nogsl.c
> cc1: error: unrecognized command line option "-ipo"
> make[2]: *** [syscalls_ansi.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> gfortran: unrecognized option '-shared-intel'
> gfortran: unrecognized option '-r8'
> gfortran: unrecognized option '-shared-intel'
> gfortran: unrecognized option '-r8'
> cc1: error: unrecognized command line option "-ipo"
> make[2]: *** [nogsl.o] Error 1
> f951: error: unrecognized command line option "-std95"
> make[2]: *** [cparam.o] Error 1
> make[2]: Leaving directory
> `/afs/
ipp-garching.mpg.de/home/a/aschreib/tmp/test/src'
> make[1]: *** [code] Error 2
> make[1]: Leaving directory
> `/afs/
ipp-garching.mpg.de/home/a/aschreib/tmp/test/src'
> make: *** [default] Error 2
> Make failed: <>
With an older pencil-code Version it compiles fine! So what changed lately?
best wishes
Andreas