Search found 7 matches
- Fri Sep 02, 2011 5:27 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi, After posting to the gcc mailing list, apparently this error is popping up because my assembler is out of date compared to the one required by gfortran44 or 45. So I tried compiling on one of our clusters here, using ifort. I am now getting the following error during linking: ../../src/95_drive/...
- Fri Aug 19, 2011 6:07 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi,
I also tried downloading 6.6.3, and compile against gcc4.4. configure completed successfully, but I am still getting the "no such instruction" error when using make.
Regards,
Anna.
I also tried downloading 6.6.3, and compile against gcc4.4. configure completed successfully, but I am still getting the "no such instruction" error when using make.
Regards,
Anna.
- Fri Aug 19, 2011 4:30 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi jmb,
I tried what you suggested, and I'm still getting the same errors...
What do you suggest I try next? Should I also try the gcc mailing list as well?
Thanks and regards,
Anna.
I tried what you suggested, and I'm still getting the same errors...
What do you suggest I try next? Should I also try the gcc mailing list as well?
Thanks and regards,
Anna.
- Wed Aug 17, 2011 4:23 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi jmb,
Thanks for the correction.
Yes this error happens during make. It occurs during the first file being compiled. Please find the make.log attached.
Regards,
Anna.
Thanks for the correction.
Yes this error happens during make. It occurs during the first file being compiled. Please find the make.log attached.
Regards,
Anna.
- Tue Aug 16, 2011 1:31 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi jmb, To answer your questions: 1) abinit-6.6.1_invKS, a modified version from m 2) ../abinit-6.6.1_invKS/configure --with-fallbacks-tardir=/Users/anna/Documents/anna/1projects/simulation/PROFESS/abinit-tarballs --with-dft-flavor=none --with-trio-flavor=none --with-netcdf-libs="-L/opt/local/l...
- Mon Aug 15, 2011 12:18 pm
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
Re: checking if Fortran "real" is C "float"... configure: er
Hi jmb, Thanks, that did the trick (when I put the directory /opt/local/include & /opt/local/lib). I am now. however, running into the following problem: /var/folders/bl/8wb0ry9x00g8k6v3l9z293r80000gp/T//ccutkXba.s:39:no such instruction: `vmovsd 8(%rdi), %xmm5' This goes on for many lines. Woul...
- Sun Aug 14, 2011 5:16 am
- Forum: Configuring and compiling ABINIT
- Topic: checking if Fortran "real" is C "float"... configure: error
- Replies: 10
- Views: 8653
checking if Fortran "real" is C "float"... configure: error
Hi, I am on a MacBook Pro, with OS X 10.7 lion. I am trying to compile abinit using gcc/g++/gfortran 4.5.3, installed from macports. I was not able to install gcc 4.6 due to a bug in the apple linker. I am getting the following error while netCDF is configuring: checking if Fortran "real" ...