Skip to content

Instantly share code, notes, and snippets.

@soyfrien
Created November 7, 2018 21:01
Show Gist options
  • Select an option

  • Save soyfrien/7e68e04a0562fdb37085df6b6be184a7 to your computer and use it in GitHub Desktop.

Select an option

Save soyfrien/7e68e04a0562fdb37085df6b6be184a7 to your computer and use it in GitHub Desktop.
hpc sample .bashrc
# .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