Skip to content

Commit

Permalink
Merge pull request #111 from lanl/spatter-pattern-retrieval
Browse files Browse the repository at this point in the history
Spatter pattern retrieval
  • Loading branch information
gshipman authored Sep 11, 2024
2 parents eea20fb + a8a32e0 commit 363c9f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/sphinx/09_Microbenchmarks/M2_SPATTER/SPATTER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ Accessing the benchmark, memory access patterns, and scaling scripts [LANL-Spatt
Set-up:

The setup script will initialize your CPU configuration file (scripts/cpu_config.sh) with ATS-3 defaults and the GPU configurationo file (scripts/gpu_config.sh) with V100/A100 defaults, and will buid Spatter for CPU and GPU. See the Spatter documentation and other build scripts (scripts/build_cpu.sh and scripts/build_cuda.sh) for further instructions for building with different compilers or for GPUs.
The setup script will

1. Download, untar, and prepare the Spatter input decks for the static_2d and asteroid problems.
2. Initialize your CPU configuration file (scripts/cpu_config.sh) with ATS-3 defaults and the GPU configurationo file (scripts/gpu_config.sh) with V100/A100 defaults
3. Will build Spatter for CPU and GPU. See the Spatter documentation and other build scripts (scripts/build_cpu.sh and scripts/build_cuda.sh) for further instructions for building with different compilers or for GPUs.


The scripts/setup.sh scripts has the following options

Expand Down
2 changes: 1 addition & 1 deletion microbenchmarks/spatter
Submodule spatter updated 3 files
+0 −3 .gitmodules
+0 −1 datafiles
+7 −6 scripts/setup.sh

0 comments on commit 363c9f1

Please sign in to comment.