Skip to content

Commit

Permalink
Add comment explaining the Stata LMod module
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Aug 15, 2019
1 parent cb551a8 commit 272e9da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ cd "${HOME}"

# Load the required enviornment
module load stata
# For reference:
#
# whatis("loads stata")
# help([[This module loads stata]])
# setenv("OSC_STATA_DIR","/usr/local/stata/15")
# prepend_path("PATH","/usr/local/stata/15")

# Launch stata
# note that xstata-mp doesn't block so we have to watch it
Expand Down

0 comments on commit 272e9da

Please sign in to comment.