Search found 3 matches

by svelury
Fri Jun 26, 2015 7:05 pm
Forum: Configuring and compiling ABINIT
Topic: MPI error when compiling ABINIT 7.8.2
Replies: 6
Views: 6310

Re: MPI error when compiling ABINIT 7.8.2

Hi, I am now able to configure and make ABINIT without any problems. But now there is another issue. When I perform "./runtests.py -j 4 fast", all the tests fail. I have attached the output from this below. In fact whenever I want to run any job, this error seems to keep arising: symbol lo...
by svelury
Thu Jun 25, 2015 7:00 pm
Forum: Configuring and compiling ABINIT
Topic: MPI error when compiling ABINIT 7.8.2
Replies: 6
Views: 6310

Re: MPI error when compiling ABINIT 7.8.2

Hi, so I created the file.F90 and compiled it using mpif90 and it produced an executable file and no errors. I'm guessing this means my MPI setup works? I also removed the lines, CPPFLAGS_EXTRA="-I/usr/include/netcdf.mod" FCFLAGS_EXTRA="-I/usr/include/netcdf.mod" and FC="/us...
by svelury
Thu Jun 25, 2015 7:25 am
Forum: Configuring and compiling ABINIT
Topic: MPI error when compiling ABINIT 7.8.2
Replies: 6
Views: 6310

MPI error when compiling ABINIT 7.8.2

config.log Hi, I have an issue compiling ABINIT 7.8.2. The following is the content of my .ac file: enable_mpi="yes" enable_mpi_io="yes" enable_openmp="yes" CPPFLAGS_EXTRA="-I/usr/include/netcdf.mod" FCFLAGS_EXTRA="-I/usr/include/netcdf.mod" FC=&quo...