Search found 3 matches

by iberezk7
Fri May 10, 2013 4:42 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]
Replies: 5
Views: 13869

Re: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]

Okay, finally I've got normal configuration with: prefix="/opt/Abinit" enable_64bit_flags="yes" with_dft_flavor="atompaw+bigdft+libxc+wannier90" enable_mpi="yes" enable_mpi_io="yes" with_mpi_prefix="/opt/openmpi" enable_gpu="yes" ...
by iberezk7
Sun May 05, 2013 12:06 am
Forum: Configuring and compiling ABINIT
Topic: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]
Replies: 5
Views: 13869

Re: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]

Dear jbeuken, thanks for your responding! Magma compilation: 1. Download MAGMA 1.3 2. Unpack magma-1.3.0.tar.gz into /opt 3. I've used make.inc.mkl-gcc file, and changed it like this: GPU_TARGET = Fermi CC = gcc NVCC = nvcc FORT = gfortran ARCH = ar ARCHFLAGS = cr RANLIB = ranlib OPTS = -O3 -DADD_ ...
by iberezk7
Fri May 03, 2013 8:33 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]
Replies: 5
Views: 13869

ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]

Dear colleges, I have a problem - can't configure Abinit. OS : Debian 6.0.7 Installed packeges : thanks to jbeuken : * gcc gfortran * patch * libnetcdf4 libnetcdf-dev * fftw3 libfftw3-dev * libatlas-base-dev libatlas3gf-base * liblapack3gf liblapack-dev * libblas3gf libblas-dev * openmpi-bin openmpi...