Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfugusMC
ProfugusMC
Commits
b58c02b0
Commit
b58c02b0
authored
Jun 08, 2017
by
Hamilton, Steven P
Browse files
Updating build script to perform install.
parent
f2e5627e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Profugus/Source/build_profugus.sh
View file @
b58c02b0
...
...
@@ -40,6 +40,7 @@ echo cmake \
-DProfugus_ENABLE_CXX11
:BOOL
=
ON
\
-DCMAKE_C_COMPILER
=
"
${
MPI_ROOT
}
/bin/mpicc"
\
-DCMAKE_CXX_COMPILER
=
"
${
MPI_ROOT
}
/bin/mpicxx"
\
-DCMAKE_INSTALL_PREFIX
:PATH
=
${
PWD
}
\
-DBUILD_SHARED_LIBS
:BOOL
=
OFF
\
-DTPL_ENABLE_MPI
:BOOL
=
ON
\
-DMPI_BASE_DIR
:PATH
=
${
MPI_ROOT
}
\
...
...
@@ -61,6 +62,7 @@ cmake \
-DProfugus_ENABLE_CXX11
:BOOL
=
ON
\
-DCMAKE_C_COMPILER
=
"
${
MPI_ROOT
}
/bin/mpicc"
\
-DCMAKE_CXX_COMPILER
=
"
${
MPI_ROOT
}
/bin/mpicxx"
\
-DCMAKE_INSTALL_PREFIX
:PATH
=
${
PWD
}
\
-DBUILD_SHARED_LIBS
:BOOL
=
OFF
\
-DTPL_ENABLE_MPI
:BOOL
=
ON
\
-DMPI_BASE_DIR
:PATH
=
${
MPI_ROOT
}
\
...
...
@@ -77,5 +79,5 @@ cmake \
-DProfugus_ENABLE_CudaUtils
:BOOL
=
ON
\
src
make
-j
8
make
-j
16
install
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