Skip to content

Commit

Permalink
running on ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 15, 2025
1 parent e5461b0 commit 76cd002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions legacy/experiments/salmon/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ ramble:
software:
packages:
salmon-tddft:
pkg_spec: [email protected].2
compiler: default-compiler
pkg_spec: [email protected].0
compiler: compiler-gfortran
cmake:
pkg_spec: cmake
compiler: default-compiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ software:
pkg_spec: [email protected]
mpi-intel:
pkg_spec: [email protected]
compiler-gfortran:
pkg_spec: [email protected]
4 changes: 2 additions & 2 deletions repo/salmon-tddft/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class SalmonTddft(SpackApplication):

executable('link-restart', 'ln -s -T {restart_data} restart', use_mpi=False)

executable('execute', '-stdin {input_data} ' +
'salmon' , use_mpi=True)
executable('execute', 'salmon ' +
'{input_data}' , use_mpi=True)

input_file('salmon-v2_gs', url='http://salmon-tddft.jp/download/SALMON-v.2.2.0.tar.gz',
md5='d71436df3a1ad507f665abb8453eee15',
Expand Down

0 comments on commit 76cd002

Please sign in to comment.