Isolate TwoPuncture from ABE OMP settings

This commit is contained in:
2026-03-30 21:00:20 +08:00
parent 087d034ee3
commit 60ad63e8cc
2 changed files with 14 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ import numpy
File_directory = "GW150914" ## output file directory
Output_directory = "binary_output" ## binary data file directory
## The file directory name should not be too long
MPI_processes = 8 ## number of mpi processes used in the simulation
OMP_Threads = 16 ## number of OpenMP threads used by each MPI process
MPI_processes = 64 ## number of mpi processes used in the simulation
OMP_Threads = 3 ## number of OpenMP threads used by each MPI process
GPU_Calculation = "no" ## Use GPU or not
## (prefer "no" in the current version, because the GPU part may have bugs when integrated in this Python interface)