Cannot get correct rank and size

MINAMI Akihiko minami_a at scphys.kyoto-u.ac.jp
Sun May 29 20:36:53 EDT 2005


I found this is a misconfiguration of mpich2. 
Former configure option is
                --enable-cxx                            \
                --enable-f77                            \
                --enable-f90                            \
                --enable-romio                          \
                --with-device=ch3:shm                   \
                --disable-weak-symbols                  \
                --enable-g=all                          \
                --enable-debug                          \
                --enable-f90modules                     \
                --with-pm=gforker                       \
                --with-mpe
I changed the configure option as
                --enable-cxx                            \
                --enable-f77                            \
                --enable-f90                            \
                --enable-romio                          \
                --enable-f90modules                     \
This configuration gives good result. Thank you for your comments ! 



More information about the mpiexec mailing list