Search found 4 matches
- Tue Jan 08, 2019 3:26 pm
- Forum: Configuring and compiling ABINIT
- Topic: confugure fails with Intel ifort 19 compiler
- Replies: 4
- Views: 6243
Re: confugure fails with Intel ifort 19 compiler
also note that the below message in configre log, with Intel Fortran compiler 9.1 as example, is a bit dusty today +--------------------------------------------------------------+ | About the Intel Fortran compiler | +--------------------------------------------------------------+ | Your compiler wi...
- Mon Jan 07, 2019 7:52 pm
- Forum: Configuring and compiling ABINIT
- Topic: confugure fails with Intel ifort 19 compiler
- Replies: 4
- Views: 6243
Re: confugure fails with Intel ifort 19 compiler
looking into './configure' script just for curious show: - there are code blocks for 'intel' compilers 15.0) 17.0) 16.0) 18.0) (in that order) but no branch for 19.0) so it fails back to the defauil one which has the obsolete '-openmp' flag. => could you add 19.0) branch in configure? Meanwhile tryi...
- Mon Jan 07, 2019 7:38 pm
- Forum: Configuring and compiling ABINIT
- Topic: confugure fails with Intel ifort 19 compiler
- Replies: 4
- Views: 6243
Re: confugure fails with Intel ifort 19 compiler
... tried to set
$ ./configure .................FCFLAGS_OPENMP=-qopenmp
with no change in the behaviour => unable to build using ifort 19.
$ ./configure .................FCFLAGS_OPENMP=-qopenmp
with no change in the behaviour => unable to build using ifort 19.
- Mon Jan 07, 2019 7:08 pm
- Forum: Configuring and compiling ABINIT
- Topic: confugure fails with Intel ifort 19 compiler
- Replies: 4
- Views: 6243
confugure fails with Intel ifort 19 compiler
Dear Developer, we got this error when trying to compile abilit 8.10.1 using Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.1.144 Build 20181018: > checking whether the Fortran compiler provides the iso_c_binding module... configure: error: Fortran compil...