Search found 4 matches
- Mon Apr 23, 2018 5:42 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 863 parallel: test_v1 error [SOLVED]
- Replies: 5
- Views: 7002
Re: Abinit 863 parallel: test_v1 error [SOLVED]
Dear Eric, with further calculation I meant, that it finds the correct symmetry, but that it cannot calculate the energy. E.G. from the end of my logfile Number of q-points for radial functions ffspl .. 3001 Number of q-points for vlspl ................... 3001 vloc is computed in Reciprocal Space m...
- Thu Apr 19, 2018 3:43 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 863 parallel: test_v1 error [SOLVED]
- Replies: 5
- Views: 7002
Re: Abinit 863 parallel: test_v1 error [SOLVED]
Dear Eric, thank you very much for your hint. Now, I tried the flags from the other thread. However, with the options -axCORE-AVX2 -xavx I got error during the configure - procedure (crosscompiling etc.). Hence, I removed those flags and configured with the following options: #with suggestions of eb...
- Wed Apr 18, 2018 9:13 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 863 parallel: test_v1 error [SOLVED]
- Replies: 5
- Views: 7002
Re: Abinit 863 parallel: test_v1 error [SOLVED]
Dear all, a further comment on my problem: if I start the calculation for make test_v1 from a user directory with the parallel compiled executable (Intel2017) in a sequential manner: #!/bin/sh ##sequential job module load intel/compiler intel/mkl intel/mpi cp $HOME/abinit-8.6.3.parallel/myabinitpara...
- Mon Apr 16, 2018 4:27 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 863 parallel: test_v1 error [SOLVED]
- Replies: 5
- Views: 7002
Abinit 863 parallel: test_v1 error [SOLVED]
Dear all, I am trying to install the version 8.6.3 on our university cluster. Compiling abinit as sequential program seems to run correct. However, if I compile with #destination of executables prefix="/usr/users/hgibhar/abinit-8.6.3.parallel/myabinitparallel" enable_mpi = 'yes' enable_ope...