Search found 6 matches
- Thu Jul 28, 2011 3:21 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Re: Abinit 6.8.1 problem compiling
Thank you so much for all the help by the way. I'm still trying to make this work though unfortunately. When I provide the flags that you specified it breaks as soon as it gets to the C compiler. ============================================================================== === C support === =======...
- Wed Jul 27, 2011 9:31 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Re: Abinit 6.8.1 problem compiling
No it didn't. I gave it the path. There isn't a /bin in the directory but all the executables are in there along with the lib/ directory. But when I call it for some reason it still used gfortran and gcc as the compilers rather than mpif90 and mpicc. It's strange. I thought maybe it was permissions ...
- Wed Jul 27, 2011 9:19 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Re: Abinit 6.8.1 problem compiling
So I supply it with the path to the location of mpif90. I tried with mpich_intel first. But I am guessing that it isn't seeing the library or something. is there a flag like --with-mpi-lib or something where i could define that?
- Wed Jul 27, 2011 7:23 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Re: Abinit 6.8.1 problem compiling
Oops the rest didn't copy haha This might be the problem actually. ============================================================================== === Connectors / Fallbacks === ============================================================================== checking whether the C compiler supports MPI...
- Wed Jul 27, 2011 7:01 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Re: Abinit 6.8.1 problem compiling
This stuff? [rosbaldeston@login builddir]$ ../abinit-6.8.1/./configure --enable-mpi --with-mpi-level=1 FC=g95 ============================================================================== === Overall startup === ============================================================================== checking...
- Wed Jul 27, 2011 6:38 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.1 problem compiling
- Replies: 11
- Views: 7136
Abinit 6.8.1 problem compiling
I've been trying to install this software for a while now and cannot seem to get anywhere with it. I have gcc version 4.1.2 and compiling with gfortran breaks on make as it seems that it will not run f90 files for some reason that I cannot comprehend. g95 works, but only to an extent as it continual...