[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-27 Thread θΆŠι‡Žι›…θ‡³
Dear Pascal, I replace $(MKL_TARGET_ARCH) with ia32 or intel64. L Linker Flags: $(FOPT) -L$(MKLROOT)/lib/intel64 -pthread for my case. This can be related to MKL10.3. http://software.intel.com/en-us/articles/intel-mkl-103-release-notes/ ?mklvars.* script no longer set $FPATH in environment

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Peter Blaha
Or by putting the correct path and library-names into the R_LIBS field: -L/opt/local/fftw/lib/ -lfftw_mpi -lfftw --- -L/path-where-fftw3-is-installed -lfftw3_mpi -lfftw3 PS: For best performance on Intel-systems in sequential mode, see the comment in the UG Chapter 11.1.1

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Laurence Marks
The mkl interface/routines for mpi are fixed? There have been problems with earlier mkl versions. --- Professor Laurence Marks Department of Materials Science and Engineering Northwestern University www.numis.northwestern.edu 1-847-491-3996 Research is to see what

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Peter Blaha
No, I'm not able to use them im parallel mode, but they work without problems in sequential mode. Am 26.07.2012 10:03, schrieb Laurence Marks: The mkl interface/routines for mpi are fixed? There have been problems with earlier mkl versions. --- Professor Laurence

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Laurence Marks
Correction/expansion: there have been bugs in the inteface routines provided in Intel mkl for fftw2, both sequential and mpi versions, and they contain copyright statements so patched versions cannot be distributed. Have you tested the interface for fftw3 in different mkl versions or only the

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Saeid Jalali
wien at zeus.theochem.tuwien.ac.at Sent: Thursday, July 26, 2012 12:26 PM Subject: Re: [Wien] SRC_lapw0/compile.msg in WIEN2k_12.1 Or by putting the correct path and library-names into the R_LIBS field: ? ? ? -L/opt/local/fftw/lib/? ? ? ? ? -lfftw_mpi? -lfftw ---? -L/path-where-fftw3

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Saeid Jalali
To: A Mailing list for WIEN2k users wien at zeus.theochem.tuwien.ac.at Sent: Thursday, July 26, 2012 12:26 PM Subject: Re: [Wien] SRC_lapw0/compile.msg in WIEN2k_12.1 Or by putting the correct path and library-names into the R_LIBS field: ? ? ? -L/opt/local/fftw/lib/? ? ? ? ? -lfftw_mpi? -lfftw ---? -L

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread pascal boulet
Dear all, Here is my little, own experience with intel_12/composer_xe_2011_sp1.10.319/FFTW3/OpenMPI1.4 on a/HP Proliant BL460c cluster/. I used the default options to compile WIEN2k_12 (except for the path to the FFT libs). It worked fine. However, at execution time, lapw0 systematically failed.

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-26 Thread Saeid Jalali
, July 26, 2012 5:53 PM Subject: Re: [Wien] SRC_lapw0/compile.msg in WIEN2k_12.1 In addition to composerxe-2011.2.137, I tried to compile the latest version of the code using l_cprof_p_11.1.073_intel64. The code is successfully comiled?using?l_cprof_p_11.1.073_intel64, mpich-1.2.7p1, fftw-2.1.5

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-25 Thread Saeid Jalali
Hi Peter, I compiled the new version of the code, WIEN2k_12.1, using mpich-1.2.7p1,?fftw-2.1.5, intel composerxe-2011.2.137.? I got the following error, as can be seen at the end of the SRC_lapw0/compile.msg file which is attached to this email, ONLY in the lapw0: fft_modules.o: In function

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-25 Thread Saeid Jalali
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ From: Laurence Marks L-marks at northwestern.edu To: A Mailing list for WIEN2k users wien at zeus.theochem.tuwien.ac.at Sent: Wednesday, July 25, 2012 7:52 PM Subject: Re: [Wien] SRC_lapw0/compile.msg in WIEN2k_12.1 Did you use -DFFTW2 in the parallel compile options? The first time around

[Wien] SRC_lapw0/compile.msg in WIEN2k_12.1

2012-07-25 Thread Laurence Marks
PM Subject: Re: [Wien] SRC_lapw0/compile.msg in WIEN2k_12.1 Did you use -DFFTW2 in the parallel compile options? The first time around I forgot, but when I added this there were no problems. On Wed, Jul 25, 2012 at 10:19 AM, Saeid Jalali s_jalali_a at yahoo.com wrote: Hi Peter, I compiled