From 272e9da9de61e3006b1a41376d394901394a7699 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Thu, 15 Aug 2019 10:37:40 -0400 Subject: [PATCH] Add comment explaining the Stata LMod module --- template/script.sh.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/script.sh.erb b/template/script.sh.erb index 560a079..900a773 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -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