Search found 6 matches
- Thu Jan 23, 2014 3:01 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Re: Abinit 7.4.3 with libxc on CentOS
Hello, Now with openmpi 1.6.5 and gcc 4.4.7 it compiles fine. When I run one of my test I'm getting: ABINIT Give name for formatted input file: tparal_1.in Give name for formatted output file: tparal_1.out Give root name for generic input files: tparal_1i Give root name for generic output files: tpa...
- Mon Jan 20, 2014 4:15 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Re: Abinit 7.4.3 with libxc on CentOS
Hello, I've have still the same problem ... could it be caused by the old mpi version? I have openmpi-icc-1.5.4-1. Here is my current configuration file: enable_mpi="yes" enable_mpi_io="yes" with_mpi_prefix="/usr/lib64/openmpi-icc" with_fft_flavor="fftw3" with...
- Mon Jan 20, 2014 10:02 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Re: Abinit 7.4.3 with libxc on CentOS
Hello, I've change this and get: -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 14. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other p...
- Fri Jan 17, 2014 2:17 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Re: Abinit 7.4.3 with libxc on CentOS
Hello, I've already drop to build packages ... and now it configures and makes fine, but when I try to run some calculations I've got: [mm@c100 abinit]$ /usr/lib64/openmpi-icc/bin/mpiexec -np 2 abinit < tparal_1.files -------------------------------------------------------------------------- MPI_ABO...
- Thu Jan 16, 2014 12:27 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Re: Abinit 7.4.3 with libxc on CentOS
Hello,
Thank you for the answer.
I've removed libxc but still have the same error.
Any other ideas what could be wrong?
---
Mixer
Thank you for the answer.
I've removed libxc but still have the same error.
Any other ideas what could be wrong?
---
Mixer
- Wed Jan 15, 2014 3:00 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.3 with libxc on CentOS
- Replies: 10
- Views: 11160
Abinit 7.4.3 with libxc on CentOS
Hello, I try to build abinit with libxc but it fails. I think the reason is trivial but I can't spot it :/ My configuration is (that's the part of spec): %configure CC=mpicc FC=mpif90 CXX=mpiCC \ --enable-mpi=yes \ --enable-mpi-io=yes \ --with-linalg-flavor=mkl \ --enable-64bit-flags=yes \ --with-li...