[CPMD-list] CPMD on Itanium?

Thierry Deutsch tdeutsch at cea.fr
Thu May 16 13:29:37 CEST 2002


Hello,

        In the CVS repository, I will add in the Configure
file the correct options to compile that are:

  "ITANIUM-EFC")
     echo 'We use the Intel Library Kernel.' >&2
     if [ "${MKL_LIB}" = "" ]; then
       echo "The variable MKL_LIB gives the location of this library." >&2
       echo "The variable MKL_LIB does not exist or is empty." >&2
       exit 2
     fi
     IRAT=2
     CFLAGS=''
     CPP='/lib/cpp -P -C -traditional'
     CPPFLAGS='-D__Linux -D__PGI -DLAPACK -DFFT_DEFAULT -DLINUX_IFC -DPOINTER8'
     FFLAGS=' -pc64 -w90 -w95'
     LFLAGS='-L${MKL_LIB} -lmkl_lapack -lmkl_itp -lpthread -Vaxlib'
     FFLAGS_GROMOS='-Dgood_luck'
     if [ $debug ]; then
       FC='efc -c -g'
       CC='gcc -g -Wall'
       LD='efc -g'
     else
       FC='efc -c -O3'
       CC='gcc -O2 -Wall'
       LD='efc -O3'
     fi
     ;;

In my case, I will use the MKL library from Intel in order
to have Lapack.
The only difference from PC-IFC is to use -DPOINTER8.


Good luck,
                Thierry Deutsch       

-- 
-----------------------------------------------------------------------
Thierry Deutsch                                                        
Laboratoire de simulation atomistique (L_Sim)
DRFMC/SP2M                                      Tél:(33) 04 38 78 34 06
C.E.A.Grenoble                                  Fax:(33) 04 38 78 51 97
17, Avenue des Martyrs                           mailto:TDeutsch at cea.fr
38054 GRENOBLE CEDEX 9 FRANCE              http://www-drfmc.cea.fr/SP2M
-----------------------------------------------------------------------



More information about the CPMD-list mailing list