Skip to content

Commit

Permalink
Move rockfish userdir
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Oct 18, 2024
1 parent 384c219 commit 96df05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/flepi_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if [[ $1 == "longleaf" ]]; then
module load git
elif [[ $1 == "rockfish" ]]; then
# Setup general purspose user variables needed for RockFish
USERDIR=$HOME
WORKDIR="/scratch4/struelo1/flepimop-code/$USER/"
USERDIR=$WORKDIR
mkdir -vp $WORKDIR

# Load required modules
Expand Down
2 changes: 1 addition & 1 deletion build/hpc_install_or_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if [[ $1 == "longleaf" ]]; then
module load git
elif [[ $1 == "rockfish" ]]; then
# Setup general purspose user variables needed for RockFish
USERDIR=$HOME
WORKDIR="/scratch4/struelo1/flepimop-code/$USER/"
USERDIR=$WORKDIR
mkdir -vp $WORKDIR

# Load required modules
Expand Down

0 comments on commit 96df05a

Please sign in to comment.