Created
November 7, 2018 21:01
-
-
Save soyfrien/7e68e04a0562fdb37085df6b6be184a7 to your computer and use it in GitHub Desktop.
hpc sample .bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # Uncomment the following line if you don't like systemctl's auto-paging feature: | |
| # export SYSTEMD_PAGER= | |
| # User specific aliases and functions | |
| module load gcc | |
| module load slurm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment