190
190
# CXX=/path/to/mpi_cxx_compiler - OK (use os.path.basename)
191
191
# CXX="ccache cxx_compiler" - OK (use mpi_cxx.split()[-1])
192
192
# FIXME: Any other cases?
195
195
os.path.basename(mpi_cxx.split()[-1]) in mpi_cxx_compilers):
196
196
print "MPI not found (might not work if PETSc uses MPI)."