572 |
conf.env.PrependENVPath('LD_LIBRARY_PATH', env['libinstall']) |
conf.env.PrependENVPath('LD_LIBRARY_PATH', env['libinstall']) |
573 |
|
|
574 |
if env_mpi['usempi'] and not conf.CheckCHeader('mpi.h'): env_mpi['usempi'] = 0 |
if env_mpi['usempi'] and not conf.CheckCHeader('mpi.h'): env_mpi['usempi'] = 0 |
575 |
if env_mpi['usempi'] and not conf.CheckFunc('MPI_Init'): env_mpi['usempi'] = 0 |
# if env_mpi['usempi'] and not conf.CheckFunc('MPI_Init'): env_mpi['usempi'] = 0 |
576 |
|
|
577 |
# Add MPI to environment env_mpi if it was found |
# Add MPI to environment env_mpi if it was found |
578 |
if env_mpi['usempi']: |
if env_mpi['usempi']: |