Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exercise
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hpcse20
exercise
Commits
22ce7da1
Commit
22ce7da1
authored
Mar 18, 2020
by
wadaniel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added README and modules.src for p2
parent
94ec8164
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
hw2/skeleton/p2/README
hw2/skeleton/p2/README
+20
-0
hw2/skeleton/p2/modules.src
hw2/skeleton/p2/modules.src
+5
-0
No files found.
hw2/skeleton/p2/README
0 → 100644
View file @
22ce7da1
HOW TO RUN
----------
To run the code on Euler remove all previously loaded nodules (purge) and load the following modules:
module load new
module load gcc/4.8.2
module load open_mpi/3.0.0
module load openblas
Alternatively, source the file modules.src, i.e. type in your shell `source modules.src`
You can request 4 cores and an interative shell to work with:
bsub -n 4 -W 04:00 -Is bash
Then compile with Make
make
and run with mpi
mpirun -n 4 ./cannon
hw2/skeleton/p2/modules.src
0 → 100644
View file @
22ce7da1
module purge
module load new
module load gcc/4.8.2
module load open_mpi/3.0.0
module load openblas
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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