[CPMD-list] Help: cpmd installation on Altix 3700

Jiri Houska jhouska at kfy.zcu.cz
Thu May 31 16:22:06 CEST 2007


Hi In-Keun,
if it is useful: these flags I recently succesfully used when I was  
compiling cpmd on Altix 3700 (by the way: -O2 was OK while the  
executable produced errors with -O3)

FFLAGS = -fpp -DPOINTER8 -DLAPACK -DFFT_DEFAULT -D__Linux \
         -DPARALLEL -DMP_LIBRARY=__MPI -DLINUX_IA64_INTEL \
         $(shell date +'-D__DATE__=\""%b %e %Y"\" -D__TIME__=\"%T\"')
LFLAGS = -lscs -lmpi
CFLAGS = -DPGSIZE="getpagesize()" -DPOINTER8 -DLAPACK -DFFT_DEFAULT  
-D__Linux \
         -DPARALLEL -DMP_LIBRARY=__MPI -DLINUX_IA64_INTEL
CPP = /lib/cpp -P -C -traditional
CPPFLAGS = -DPGSIZE="getpagesize()" -DPOINTER8 -DLAPACK -DFFT_DEFAULT  
-D__Linux \
         -DPARALLEL -DMP_LIBRARY=__MPI -DLINUX_IA64_INTEL
NOOPT_FLAG =
CC = icc -O2 -tpp2
FC = ifort -O2 -tpp2 -w -w90 -w95 -cm -c
LD = ifort -O2 -tpp2 -L/usr/lib
AR = /usr/bin/ar -r

Good luck,
Jiri Houska







Quoting In-Keun Oh <i_oh at hotmail.com>:

> Dear All,
>
>         I got an error message when I tried to install cpmd 3.11 on Altix
> 3700.
> My configuration file is as below:
>
> ----------------------------------------------------
> #INFO#      Intel fortran compiler 9.1
> #INFO#      Intel C compiler 9.1
> #INFO#      SGI ProPack 2.4 (based on RedHat AS 2.1)
> #INFO#      CPU Itanium 2, 1.5 GHz, 64 Bit
> #INFO#      Intel Math Kernel Library 7.2.1
> #INFO#
>      IRAT=2
>      CFLAGS='-c -O3 -g -Wall'
>      CPP='/usr/bin/cpp -E -P -traditional'
>      CPPFLAGS='-D__Linux -D__ALTIX -DFFT_DEFAULT -DPARALLEL -DPOINTER8'
>      FFLAGS='-c -O3 -g -r8 -align dcommons -fpp'
>      LFLAGS='-L/opt/intel/mkl721/lib/64 -lmkl_lapack -lmkl -lguide -lm
> -lmpi'
>      FFLAGS_GROMOS='  $(FFLAGS)'
>      AR='ar'
>      if [ $debug ]; then
>        FC='ifort -g'
>        CC='icc -g'
>        LD='ifort -g'
>      else
>        FC='ifort'
>        CC='icc'
>        LD='ifort'
>      fi
> -----------------------------------------------
>
> I've got an error massage as below:
> ##############################
> .....
> /usr/bin/cpp -E -P -traditional -D__Linux -D__ALTIX -DFFT_DEFAULT -DPARALLEL
> -DPOINTER8   ./g_loc_realspace.F ./g_loc_realspace.f
> ifort -c -O3 -g -r8 -align dcommons -fpp  ./g_loc_realspace.f -o
> ./g_loc_realspace.o
> fortcom: Severe: **Internal compiler error: segmentation violation signal
> raised** Please report this error along with the circumstances in which it
> occurred in a Software Problem Report.  Note: File and line given may not be
> explicit cause of this error.
>
> compilation aborted for ./g_loc_realspace.f (code 3)
> make: *** [g_loc_realspace.o] Error 3
> ###############################
>
> Thanks,
>
>
> In-Keun
>
> _________________________________________________________________
> Advertisement: Shrek the Third, Only at the Movies from June 7.
> http://direct.ninemsn.com.au/adclick/CID=02fd853b0000000000000000
>
> _______________________________________________
> CPMD-list mailing list
> CPMD-list at cpmd.org
> http://cpmd.org/mailman/listinfo/cpmd-list
>
>





More information about the CPMD-list mailing list