Search found 6 matches
- Mon Dec 12, 2011 5:15 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
Re: make abinit-6.10.1 fails
Hi, Thnx but my version is 1.0.7 according to this : # /opt/mpich2/gnu/bin/mpif90 -v mpif90 for 1.0.7 gcc versión 4.1.2 20071124 (Red Hat 4.1.2-42) sorry but it's a very too version of mpich2 the oldest version tested in our test farm is 1.2.1 it is difficult thing for me to solve the problem with ...
- Wed Dec 07, 2011 8:34 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
Re: make abinit-6.10.1 fails
"CCPFLAGS" is not a valid name for preprocessing flags. And even if you had used the proper name "CPPFLAGS", it would not have had any effect, because Abinit does not use any of these defines. You should probably configure like this instead: ../configure --enable-mpi --with-mpi-...
- Wed Dec 07, 2011 8:23 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
Re: make abinit-6.10.1 fails
Hi, what is the version of MPICH2 ? there is a bug in the version 1.4.1p1 , see detail in topic : http://forum.abinit.org/viewtopic.php?f=3&t=1206 you must use 1.3.x or the svn version regards jmb How do I find out the version of mpich? mpif90 -v mpif90 for MPICH2 version 1.3 jmb Thnx but my ve...
- Tue Dec 06, 2011 4:24 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
Re: make abinit-6.10.1 fails
"CCPFLAGS" is not a valid name for preprocessing flags. And even if you had used the proper name "CPPFLAGS", it would not have had any effect, because Abinit does not use any of these defines. You should probably configure like this instead: ../configure --enable-mpi --with-mpi-...
- Tue Dec 06, 2011 4:23 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
Re: make abinit-6.10.1 fails
jbeuken wrote:Hi,
what is the version of MPICH2 ?
there is a bug in the version 1.4.1p1 , see detail in topic : http://forum.abinit.org/viewtopic.php?f=3&t=1206
you must use 1.3.x or the svn version
regards
jmb
How do I find out the version of mpich?
- Mon Dec 05, 2011 9:44 pm
- Forum: Configuring and compiling ABINIT
- Topic: make abinit-6.10.1 fails
- Replies: 9
- Views: 6906
make abinit-6.10.1 fails
Hello, I'm trying to compile abinit-6.10.1 in parallel with MPI and it gives me an error : ============================================================================== === Overall startup === ============================================================================== checking build system type....