Makefile updated for rocky10

This commit is contained in:
CGH0S7
2026-01-14 01:41:31 +08:00
parent a1125d4c79
commit b27e071cde
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ 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 = 12 ## number of mpi processes used in the simulation
MPI_processes = 96 ## number of mpi processes used in the simulation
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)