Show
Ignore:
Timestamp:
07/03/09 12:49:21 (5 months ago)
Author:
kumudb
Message:

executable works except mpiexec

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/branches/dev/kumudb/configure.in

    r4870 r4898  
    63826382    LIB_SUBSYSTEM="$LIB_SUBSYSTEM lib_subsystem_libmpichcxx" 
    63836383fi 
     6384libmpiexec_included= 
     6385 
     6386for pm_name in $pm_names ; do 
     6387    if test "$pm_name" = "gforker"  ; then 
     6388       if test -z "$libmpiexec_included" ; then 
     6389           LIB_SUBSYSTEM="$LIB_SUBSYSTEM lib_subsystem_libmpiexec" 
     6390           libmpiexec_included=yes 
     6391       fi 
     6392    fi 
     6393    if test "$pm_name" = "remshell"  ; then 
     6394       if test -z "$libmpiexec_included" ; then 
     6395           LIB_SUBSYSTEM="$LIB_SUBSYSTEM lib_subsystem_libmpiexec" 
     6396           libmpiexec_included=yes 
     6397       fi 
     6398    fi 
     6399      
     6400done 
     6401 
    63846402AC_SUBST(LIB_SUBSYSTEM) 
    63856403MPICH2_ENABLE_F77=$enable_f77