Skip to content

Commit

Permalink
reduce N in 4096 GCDs to avoid OOM; testing new ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
paklui committed Aug 19, 2022
1 parent 9d29b33 commit f8aa75d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/config/HPL_4096GPU.dat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Innovative Computing Laboratory, University of Tennessee
HPL.out output file name (if any)
0 device out (6=stdout,7=stderr,file)
1 # of problems sizes (N)
5787648 N
5786112 N
1 # of NBs
384 NBs
0 PMAP process mapping (0=Row-,1=Column-major)
Expand Down
5 changes: 3 additions & 2 deletions scripts/env.lumi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ module load LUMI/22.06 partition/G
#module load rocm/5.1.4

module use /project/project_462000075/paklui/modulefiles
module load rocm/5.3.0-10584
#module load rocm/5.3.0-10584
#module load rocm/5.3.0-10619
module load rocm/5.3.0-10670
#module load openblas/0.3.17-omp
#module load cce/14.0.2
#module load cray-libsci/22.08.1.1
#module load cray-mpich/8.1.18
module load cray-mpich/8.1.18
#module load craype/2.7.17

#
Expand Down

0 comments on commit f8aa75d

Please sign in to comment.