dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7b4e3bbcba8441e6968ccc9ca02ae88b59a9cb7d
parent a516c09ca16ea436cd373bee3da118e0739af6e4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 23 Nov 2015 16:25:05 +0100

add stanford cluster module load script

Diffstat:
M.bashrc | 5+++++
Abin/icme1-gpu-modules.sh | 4++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -191,3 +191,8 @@ if [[ "`hostname`" == "icme-gpu1" ]]; then source ~/bin/icme-gpu1-modules.sh export PYTHONPATH=/usr/lib64/python2.6/site-packages:$PYTHONPATH fi + +if [ $(echo $HOSTNAME | grep cosmo) ]; then + export PATH=/usr/local/MATLAB/R2015a/bin:$PATH +fi + diff --git a/bin/icme1-gpu-modules.sh b/bin/icme1-gpu-modules.sh @@ -0,0 +1,4 @@ +#!/bin/bash -e +module load cuda65/toolkit/6.5.14 +module load python2.7/2.7.9 +module load slurm