Bonjour Alain,
Merci! The compilation was completed with your suggestion (adding "--disable-mpi-io").
Best wishes,
Masayoshi
Search found 8 matches
- Tue Apr 19, 2011 4:24 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] mpif90 v.6.6.2 failed
- Replies: 2
- Views: 3037
- Mon Apr 18, 2011 3:23 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] mpif90 v.6.6.2 failed
- Replies: 2
- Views: 3037
[SOLVED] mpif90 v.6.6.2 failed
Dear all, Thanks to Alain and Yann for their advice on the compilation of the serial version of v.6.6.2. It was fine. BTW, when I tried to compile v.6.6.2 with mpif90 (as follows, it worked with v.6.4.x): mkdir tmp-mpi && cd tmp-mpi && ../configure --enable-mpi --with-mpi-prefix=/usr...
- Wed Apr 06, 2011 12:35 am
- Forum: Configuring and compiling ABINIT
- Topic: [RESOLVED] install 6.6.x failed due to LINALG
- Replies: 2
- Views: 4052
[RESOLVED] install 6.6.x failed due to LINALG
Dear all, I tried to install 6.6.x (x=1,2), by the following configuration (*): mkdir tmp-serial && cd tmp-serial && ../configure FC='ifort' CFLAGS=' -g -O3 -funroll-loops -ffast-math ' --disable-mpi --program-suffix="-serial" --prefix="$HOME/hpc" && make ...
- Mon Apr 12, 2010 4:25 am
- Forum: Configuring and compiling ABINIT
- Topic: seq & paral run of abinit (6.0.x)
- Replies: 2
- Views: 4053
[SOLVED] seq & paral run of abinit (6.0.x)
Merci beaucoup! It has been solved.
- Wed Mar 31, 2010 10:21 am
- Forum: Configuring and compiling ABINIT
- Topic: seq & paral run of abinit (6.0.x)
- Replies: 2
- Views: 4053
seq & paral run of abinit (6.0.x)
Dear all, When I tried to run abinit as sequential like this: ~/abinit-6.0.2/src/98_main/abinit < input.files >& output.log I got an error message: isfile : ERROR - Checks for existence of file input.in but INQUIRE finds file does not exist. Action : check file name and re-run. But, when I run a...
- Tue Feb 16, 2010 10:57 am
- Forum: Improving ABINIT
- Topic: tests_acc (RE: MPI configuration in v.6.0.x)
- Replies: 0
- Views: 3897
tests_acc (RE: MPI configuration in v.6.0.x)
Dear all, Please let me post the following message again, which appeared in the thread http://forum.abinit.org/viewtopic.php?f=3&t=54 -------------- Re: [SOLVED] MPI configuration in v.6.0.x Postby mmikami » Mon Feb 15, 2010 6:54 pm The story was not completed... I have noticed a strange thing w...
- Wed Feb 10, 2010 12:08 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] MPI configuration in v.6.0.x
- Replies: 2
- Views: 8323
Re: MPI configuration in v.6.0.x
Merci, Yann. I remembered that "~/.abinit/build/(hostname).ac" (for v.5.x.y) was left enabled, wherein FC was set! I tentatively disabled the configuration file, and run again ./configure --enable-mpi --with-mpi-prefix="/usr/local/mpich-intel91", then the configuration was comple...
- Wed Feb 10, 2010 8:08 am
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] MPI configuration in v.6.0.x
- Replies: 2
- Views: 8323
[SOLVED] MPI configuration in v.6.0.x
Dear all, When I tried to configure v.6.0.1 with the following option: ./configure --enable-mpi --with-mpi-prefix="/usr/local/mpich-intel91" , it failed like this: ============================================================================== === Connector startup === =====================...