Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating cshrc for toss22 #84

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions environment/cshrc/.cshrc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ if( -d ~/bin )then
setenv PATH ~/bin:$PATH
endif

# Hooks for clang-format as git commit hook:
# Possible values: ON, TRUE, OFF, FALSE, DIFF (the default value is ON).
setenv DRACO_AUTO_CLANG_FORMAT ON

# Extra module stuff
switch ("`uname -n`")
case pi-fey*.lanl.gov:
Expand All @@ -43,11 +47,11 @@ case ml-fey*.lanl.gov:
case ml*.localdomain:
setenv VENDOR_DIR /usr/projects/draco/vendors
module load friendly-testing user_contrib
module load intel/15.0.5 openmpi
module load git svn/1.8.10 emacs
module load cmake/3.5.2 numdiff lapack/3.5.0 random123 eospac/6.2.4
module load trilinos/12.6.1 superlu-dist/4.3
module load parmetis/4.0.3 metis/5.1.0 ndi fstools totalview
module load intel/16.0.3 openmpi/1.10.3 mkl
module load git subversion emacs grace
module load cmake/3.6.0 numdiff random123 eospac/6.2.4
module load trilinos/12.8.1 superlu-dist/4.3
module load parmetis/4.0.3 metis/5.1.0 ndi totalview
alias topsn '/usr/projects/data/bin/latest/moonlight/topsn'
breaksw

Expand Down