484 |
pass |
pass |
485 |
|
|
486 |
# ============= Remember what options were used in the compile ===================================== |
# ============= Remember what options were used in the compile ===================================== |
487 |
Delete(libinstall + "/Compiled.with.*") |
if not IS_WINDOWS_PLATFORM: |
488 |
|
env.Execute("/bin/rm -f " + libinstall + "/Compiled.with.*") |
489 |
if not useMPI: Delete(libinstall + "/pythonMPI") |
if dodebug: env.Execute("touch " + libinstall + "/Compiled.with.debug") |
490 |
|
if useMPI: env.Execute("touch " + libinstall + "/Compiled.with.mpi") |
491 |
if dodebug: Touch(libinstall + "/Compiled.with.debug") |
if omp_flags != '': env.Execute("touch " + libinstall + "/Compiled.with.OpenMP") |
492 |
if useMPI: Touch(libinstall + "/Compiled.with.mpi") |
if bounds_check: env.Execute("touch " + libinstall + "/Compiled.with.bounds_check") |
|
if omp_flags != '': Touch(libinstall + "/Compiled.with.OpenMP") |
|
|
if bounds_check: Touch(libinstall + "/Compiled.with.bounds_check") |
|
493 |
|
|
494 |
# ============= set mkl (but only of no MPI) ===================================== |
# ============= set mkl (but only of no MPI) ===================================== |
495 |
if not useMPI: |
if not useMPI: |