Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
8b399cf1
Commit
8b399cf1
authored
Mar 09, 2015
by
gsell
Browse files
gromacs: build script added
parent
d8785750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
scripts/MPI/gromacs/build
scripts/MPI/gromacs/build
+24
-0
No files found.
scripts/MPI/gromacs/build
0 → 100755
View file @
8b399cf1
#!/bin/bash
source
"$(dirname $0)/../../../lib/libem.bash"
function
em
.
configure
()
{
cmake
\
-
DCMAKE_INSTALL_PREFIX
=
"${PREFIX}"
\
-
DCMAKE_BUILD_TYPE
=
RELEASE
\
-
DGMX_MPI
=
on
\
-
DGMX_BUILD_OWN_FFTW
=
on
\
"${MODULE_SRCDIR}"
\
||
exit
1
}
em
.
add_to_family
'MPI'
em
.
set_runtime_dependencies
"${COMPILER}"
"${MPI}"
em
.
set_build_dependencies
"${COMPILER}"
"${MPI}"
cmake
em
.
set_docfiles
\
AUTHORS
\
COPYING
\
README
em
.
make_all
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