Skip to content

Overlap Benchmark

K Devine edited this page May 11, 2018 · 1 revision

CMake flags needed to build the benchmark:

  • -D Trilinos_ENABLE_Tpetra=ON
  • -D Tpetra_ENABLE_EXAMPLES=ON

Path to benchmark source:

  • Trilinos/packages/tpetra/core/....

Path to benchmark executable:

  • $BUILD/packages/tpetra/core/....

Command line for small test:

  • mpirun -np 4 EXECUTABLENAME.exe --ADD_COMMAND_LINE_ARGS_HERE

Suggested scaling study: DESCRIBE WEAK/STRONG

  • mpirun -np 1 EXECUTABLENAME.exe --ADD_COMMAND_LINE_ARGS_HERE
  • mpirun -np 4 ....

Preliminary results:

  • Platform used:
  • Summary or screenshot:
Clone this wiki locally