Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
adc57a42
Commit
adc57a42
authored
Aug 19, 2008
by
Thomas Witkowski
Browse files
* added script for compilation of MPI-AMDiS on deimos
parent
802ccc5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/other/scripts/compile_on_deimos
0 → 100755
View file @
adc57a42
#!/bin/bash
module load openmpi
cd
lib/ParMetis-3.1
make
cd
../..
./configure
--prefix
=
`
pwd
`
--with-mpi
=
/licsoft/libraries/openmpi/1.2.6/64bit
--enable-parmetis
make
install
Write
Preview
Supports
Markdown
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