Skip to content

Commit

Permalink
simple deploy script for ycrc clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed May 19, 2020
1 parent c7b5e30 commit 0269e76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ycrc/update_dsq_module.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
shopt -s expand_aliases
source /etc/yalehpc
DSQ_CV=1.03
DSQ_NV=$( echo "${DSQ_CV} + 0.01" | bc )


module load EasyBuild && \
eb dSQ-${DSQ_CV}.eb --try-software-version=${DSQ_NV} && \
cd ~/repos/ycrc-ebfiles && \
git pull && \
git add easyconfigs/dSQ/dSQ-${DSQ_NV}.eb && \
git commit -m "installed dSQ v${DSQ_NV} on ${cluster}" && \
git push

0 comments on commit 0269e76

Please sign in to comment.