<p>Hi all,</p>
<p>I have gotten the MPI CPU  and serial GPU versions to install nicely, but I am having some problems with the MPI GPU version.<br>
I configured with this:<br>
><br>
> ./configure --enable-cuda --enable-parallel --with-internal-blas --with-internal-lapack --with-gpu-arch=20 --with-cuda-dir=/usr/local/cuda --enable-phigemm</p>
<p>And make:<br>
><br>
> make pw -j 6</p>
<p> <br>
Slightly off topic but if I --enable-magma I lose my FFT libraries...What?! </p>
<p>I have compiled the CPU version with Intel MKL libraries and have no real reason for using the internal libraries. It does not matter which library sources I use I will always get this cuda_env_para.o error. (Sometimes in conjuction with a cuda memory error as well.)</p>

<p>My error occurs like this...<br>
><br>
> ...<br>
> mpif90 -O3 -g -fopenmp -x f95-cpp-input -fopenmp -D__GFORTRAN -D__STD_F95 -D__FFTW -D__MPI -D__PARA -D__CUDA -D__GPU_NVIDIA_20 -D__PHIGEMM -D__CUDA_QE_TIMING -D__OPENMP  -I../include  -I/root/espresso-5.0.1-GPU/phiGEMM/include -I/usr/local/cuda/include -I../iotk/src -I. -c cuda_env_para.f90<br>

>  In file cuda_env_para.f90:40<br>
> world<br>
>     1<br>
> Error: Syntax error in argument list at (1)<br>
> make[1]: *** [cuda_env_para.o] Error 1<br>
> make[1]: *** Waiting for unfinished jobs....<br>
> make[1]: Leaving directory `/root/espresso-5.0.1-GPU/Modules'<br>
> make: *** [mods] Error 2<br></p>
<p>Anything would be grateful.</p>
<p>Thank you,<br>
Thomas J. L. Mustard<br>
Graduate Student<br>
Department of Chemistry<br>
Oregon State University<br></p>
<p>P.S. I have intel 11.1 C/CPP/ifort installed as well as the mkl. Also fftw3 in double precision and CUDA 4.0.</p>