Added the configuration used for benchmarking (not to be merged to master)

This commit is contained in:
jpekkila
2020-03-30 18:01:35 +03:00
parent 850b37e8c8
commit 9065381b2a
2 changed files with 12 additions and 12 deletions

View File

@@ -28,11 +28,11 @@ endif()
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE}) message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
## Options ## Options
option(DOUBLE_PRECISION "Generates double precision code." OFF) option(DOUBLE_PRECISION "Generates double precision code." ON)
option(BUILD_SAMPLES "Builds projects in samples subdirectory." OFF) option(BUILD_SAMPLES "Builds projects in samples subdirectory." ON)
option(BUILD_STANDALONE "Builds standalone Astaroth." ON) option(BUILD_STANDALONE "Builds standalone Astaroth." OFF)
option(MPI_ENABLED "Enables additional functions for MPI communciation." OFF) option(MPI_ENABLED "Enables additional functions for MPI communciation." ON)
option(MULTIGPU_ENABLED "Enables multi-GPU on a single node. Uses peer-to-peer communication instead of MPI. Affects Legacy & Node layers only." ON) option(MULTIGPU_ENABLED "Enables multi-GPU on a single node. Uses peer-to-peer communication instead of MPI. Affects Legacy & Node layers only." OFF)
## Options (DEPRECATED) ## Options (DEPRECATED)
# option(BUILD_DEBUG "Builds the program with extensive error checking" OFF) # option(BUILD_DEBUG "Builds the program with extensive error checking" OFF)

View File

@@ -5,9 +5,9 @@
* "Compile-time" params * "Compile-time" params
* ============================================================================= * =============================================================================
*/ */
AC_nx = 128 AC_nx = 512
AC_ny = 128 AC_ny = 512
AC_nz = 128 AC_nz = 512
AC_dsx = 0.04908738521 AC_dsx = 0.04908738521
AC_dsy = 0.04908738521 AC_dsy = 0.04908738521