Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pries, Jason
Oersted
Commits
0969b17c
Commit
0969b17c
authored
Feb 08, 2018
by
Pries, Jason
Browse files
Updating of build scripts for Eos and Titan
parent
814ae300
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_eos.sh
0 → 100755
View file @
0969b17c
#!/usr/bin/env bash
module unload PrgEnv-intel PrgEnv-gnu PrgEnv-pgi PrgEnv-cray
module load PrgEnv-gnu
module swap gcc gcc/7.2.0
module load cmake3
module load boost
./build.sh
-b
/build/eos
-c
cmake
-d
$MEMBERWORK
/phy119
build_titan.sh
0 → 100755
View file @
0969b17c
#!/usr/bin/env bash
module unload PrgEnv-intel PrgEnv-gnu PrgEnv-pgi PrgEnv-cray
module load PrgEnv-gnu
module swap gcc gcc/7.1.0
module load cmake3
module load boost
./build.sh
-b
/build/titan
-c
cmake
-d
$MEMBERWORK
/phy119
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment