Search found 3 matches
- Mon Oct 16, 2017 8:10 pm
- Forum: Configuring and compiling ABINIT
- Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
- Replies: 2
- Views: 4803
Re: Fortran could not compile .f90 files during 'make' [SOLVED]
A solution has been found! I will explain what I did in the hopes that it may help someone in the future running into a similar issue. The reason for the spurious SEGFAULT errors was that I was using the ilp64 version of the mkl and fft libraries which assumes the 64-bit integer type. However, the F...
- Fri Oct 13, 2017 7:19 pm
- Forum: Configuring and compiling ABINIT
- Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
- Replies: 2
- Views: 4803
Re: Fortran could not compile .f90 files during 'make' [SOLVED]
After some time debugging I have been able to determine what the issue was (however a new one has arisen). The problem I was running into was that I was not setting the environment variables the configuration and make scripts need to run. To accomplish this I sourced the intel compiler scripts compi...
- Fri Oct 06, 2017 12:43 am
- Forum: Configuring and compiling ABINIT
- Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
- Replies: 2
- Views: 4803
Fortran could not compile .f90 files during 'make' [SOLVED]
Hi all, I am attempting to install the latest version of ABINIT (8.4.4). After successfully linking the mkl libraries and configuring abinit, I run into an error during the 'make' procedure: checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cac...