Search found 3 matches

by l0rd_hex
Thu Jul 07, 2011 11:53 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.8.1 + gfortran + mpich2 = no compile
Replies: 7
Views: 8132

Re: abinit 6.8.1 + gfortran + mpich2 = no compile

Hmm, I've got it compiled with --with-mpi-level=1 this should work for now.


Thanks,
John
by l0rd_hex
Thu Jul 07, 2011 10:57 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.8.1 + gfortran + mpich2 = no compile
Replies: 7
Views: 8132

abinit 6.8.1 + gfortran + mpich2 = no compile

Hi abiniters, I'm having an issue compiling abinit 6.8.1 in parallel, I was able to compile it with no issues in serial. I've cleaned the directory, and running configure like so: ./configure --enable-mpi --with-mpi-prefix=/usr I'm getting positive results regarding MPI from the configure log: check...
by l0rd_hex
Thu Jul 07, 2011 10:32 pm
Forum: Configuring and compiling ABINIT
Topic: compiling abinit parallel
Replies: 4
Views: 4463

Re: compiling abinit parallel

Hi Raff, To compile in parallel you need to make sure you have MPI libraries and a fortran compiler installed. You can check by typing: "which mpif90" (without the quotes) and hitting enter. If it displays a path you're in business, now you can extract the abinit source code and run: "...