Re: [petsc-dev] Compiling petsc with superlu_dist, hypre and mumps on hopper II
Pushed this change. Satish On Thu, 10 Mar 2011, Barry Smith wrote:
Perhaps we can have configure - not abort if 'mpiexec' not found?
Sounds good. Have it not abort. perhaps a warning message? perhaps not no warning message needed.
Barry
Satish
----- diff -r 88e278a08859 config/packages/MPI.py --- a/config/packages/MPI.py Sat Mar 05 14:24:18 2011 -0600 +++ b/config/packages/MPI.py Thu Mar 10 20:30:24 2011 -0600 @@ -155,7 +155,7 @@ self.mpiexec = 'Not_appropriate_for_batch_systems' self.addMakeMacro('MPIEXEC',self.mpiexec) return - mpiexecs = ['mpiexec -n 1', 'mpirun -n 1', 'mprun -n 1', 'mpiexec', 'mpirun', 'mprun'] + mpiexecs = ['mpiexec -n 1', 'mpirun -n 1', 'mprun -n 1', 'mpiexec', 'mpirun', 'mprun', '/bin/false'] path = [] if 'with-mpi-dir' in self.framework.argDB: path.append(os.path.join(os.path.abspath(self.framework.argDB['with-mpi-dir']), 'bin'))
participants (1)
-
Satish Balay