Doc and install files updated (MKL problem)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@156 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2003-04-15 17:40:01 +00:00
parent 318b756c42
commit 868ba9919a
3 changed files with 11 additions and 7 deletions

6
TODO
View File

@ -1,4 +1,4 @@
TODO LIST - 7 Apr 2003
TODO LIST - 14 Apr 2003
INSTALLATION
@ -25,6 +25,8 @@ COMMON
PW
- add traceback (error_handler module)
- bfgs, md : atomic positions should be written in the same
format as they are read (but this should not spoil scripts
that extract coordinates from output file)
@ -57,6 +59,8 @@ PW
- ultrasoft PP: newd and addusdens are too slow
- output should be more informative and less confused
POSTPROCESSING
- bands.x must either be finished or removed

View File

@ -57,12 +57,12 @@ MODULEFLAG= -nomodule -I $(OSHOME)/Modules -I$(OSHOME)/PW -I $(OSHOME)/PH
# Loader:
#
# The following is for Intel MKL libraries v. 5.1 on Pentium-3
# For MKL v. 5.2, add "-lguide"
# !!! DO NOT USE MKL v. 5.2 or 6beta !!!
# Use libmkl_p3.a for Pentium-3, libmkl_p4.a for Pentium-4 machines
# (MKL will likely not work for other CPUs like Athlon)
# (MKL will not work for other CPUs like Athlon)
LIBS= -lfftw /opt/intel/mkl/lib/32/libmkl_lapack.a \
/opt/intel/mkl/lib/32/libmkl_p3.a -lguide -lpthread
/opt/intel/mkl/lib/32/libmkl_p3.a -lpthread
MYLIB=lapack_mkl
# The following is for Atlas optimized blas/lapack libraries
# You may not actually need -lcblas . See the manual for details

View File

@ -52,12 +52,12 @@ CCFLAGS = $(CPPFLAGS) -O3 -fomit-frame-pointer
# Loader:
#
# The following is for Intel MKL libraries v. 5.1 on Pentium-3
# For MKL v. 5.2, add "-lguide"
# !!! DO NOT USE MKL v. 5.2 or 6beta !!!
# Use libmkl_p3.a for Pentium-3, libmkl_p4.a for Pentium-4 machines
# (MKL will likely not work for other CPUs like Athlon)
# (MKL will not work for other CPUs like Athlon)
#
LIBS= -lfftw /opt/intel/mkl/lib/32/libmkl_lapack.a \
/opt/intel/mkl/lib/32/libmkl_p3.a -lguide -lpthread
/opt/intel/mkl/lib/32/libmkl_p3.a -lpthread
MYLIB=lapack_mkl
#
# The following is for Atlas optimized blas/lapack libraries