Skip to content

Commit

Permalink
consistent compiler between ruby and fugaku
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 16, 2025
1 parent 76cd002 commit 16f368a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion legacy/experiments/salmon/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ramble:
packages:
salmon-tddft:
pkg_spec: [email protected]
compiler: compiler-gfortran
compiler: compiler-fortran
cmake:
pkg_spec: cmake
compiler: default-compiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ software:
pkg_spec: [email protected]
mpi-intel:
pkg_spec: [email protected]
compiler-gfortran:
pkg_spec: [email protected]
2 changes: 2 additions & 0 deletions legacy/systems/LLNL-Ruby-icelake-OmniPath/software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ software:
pkg_spec: [email protected]
compiler-intel:
pkg_spec: [email protected]
compiler-fortran:
pkg_spec: [email protected]
blas:
pkg_spec: [email protected]
lapack:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ software:
compiler: default-compiler
compiler-clang:
pkg_spec: clang@{default_llvm_version}
compiler-fj:
compiler-fortran:
pkg_spec: fj@{default_fj_version}
compiler-gcc:
pkg_spec: gcc@{default_gnu_version}
Expand Down

0 comments on commit 16f368a

Please sign in to comment.