Skip to content

Commit

Permalink
Merge pull request #12 from tonykew/VASP-podman
Browse files Browse the repository at this point in the history
Vasp podman
  • Loading branch information
tonykew authored Sep 19, 2024
2 parents 91e6dec + 60d479f commit 2d99423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slurm/2_ApplicationSpecific/VASP-GPU-podman/run_vasp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ then
then
SLURM_JOB_USER="${PARENT_USER}"
else
SLURM_JOB_USER="${LOGNAME}"
SLURM_JOB_USER="$(id -un)"
fi
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ then
then
SLURM_JOB_USER="${PARENT_USER}"
else
SLURM_JOB_USER="${LOGNAME}"
SLURM_JOB_USER="$(id -un)"
fi
fi

Expand Down

0 comments on commit 2d99423

Please sign in to comment.