Skip to content

Commit

Permalink
Modified pavilion and stream
Browse files Browse the repository at this point in the history
  • Loading branch information
dmageeLANL committed Oct 6, 2023
1 parent 693c5d9 commit dfd13ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions utils/pav_config/hosts/crossroads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ variables:
crayversion: "16.0.0"
craympichversion: "8.1.26"
partn: 'standard'

mpis:
- { name: "cray-mpich", version: "{{craympichversion}}", mpicc: "cc", mpicxx: "CC", mpifc: "ftn", mpival: "cray"}
compilers:
- { name: "intel-classic", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn" }
- { name: "intel-oneapi", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn" }
- { name: "intel", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn" }
- { name: "cce", version: "{{crayversion}}", cc: "cc", cxx: "CC", pe_env: cray, fc: "ftn" }

- { name: "intel-classic", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn", blas_cflags: '-DUSE_CBLAS=1 -O3 -qopenmp', arch_opt: ''}
- { name: "intel-oneapi", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn", blas_cflags: '-DUSE_CBLAS=1 -O3 -fopenmp', arch_opt: ''}
- { name: "intel", version: "{{intelversion}}", cc: "cc", cxx: "CC", pe_env: intel, fc: "ftn", blas_cflags: '-DUSE_CBLAS=1 -O3 -qopenmp', arch_opt: ''}
- { name: "cce", version: "{{crayversion}}", cc: "cc", cxx: "CC", pe_env: cray, fc: "ftn", blas_cflags: '-DUSE_CBLAS=1 -O3 -openmp', arch_opt: ''}
# - { name: "gcc", version: "12.2.0", pe_env: "PrgEnv-gnu", cc: "cc", cxx: "CC", fc: "ftn", blas_cflags: '-DUSE_CBLAS=1 -O3 -fopenmp', arch_opt: ''}
scratch:
- name: xrscratch
path: "/lustre/xrscratch1/{{pav.user}}"
Expand Down
3 changes: 3 additions & 0 deletions utils/pav_config/tests/stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ _base:
nodes: '10' # 'ALL'
tasks_per_node: 1
share_allocation: false

variables:
ntimes: '10'
stream_array_size: '40'

permute_on:
- compilers
Expand Down

0 comments on commit dfd13ac

Please sign in to comment.