Skip to content

Commit

Permalink
Change calling syntax in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Feb 8, 2024
1 parent 1e89101 commit e4c813c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/install_perlmutter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ pushd "build" 2>&1 >/dev/null
export MPICC="cc"

eval "${clone_dir}/soconda.sh" \
-c "perlmutter" \
-e "${env_name}" \
-v "${env_version}" \
-m "${module_dir}" \
-i "${clone_dir}/deploy/init_nersc_lmod" >> "${logfile}" 2>&1
-m "${module_dir}" >> "${logfile}" 2>&1

popd 2>&1 >/dev/null
popd 2>&1 >/dev/null
Expand Down

0 comments on commit e4c813c

Please sign in to comment.