Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YACO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
YACO
Commits
c7d8398c
Commit
c7d8398c
authored
5 months ago
by
Siddhant Tibrewal
Browse files
Options
Downloads
Patches
Plain Diff
removed option to make install yaco
parent
32dc1085
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!46
Build process for multiple compilers across different machines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/deploy/deploy-yaco-with-all-dependencies.sh
+2
-3
2 additions, 3 deletions
scripts/deploy/deploy-yaco-with-all-dependencies.sh
with
2 additions
and
3 deletions
scripts/deploy/deploy-yaco-with-all-dependencies.sh
+
2
−
3
View file @
c7d8398c
...
...
@@ -10,7 +10,7 @@
# ${PIPESTATUS[0]} with a simple $?, but I prefer safety.
set
-o
errexit
-o
pipefail
-o
noclobber
-o
nounset
WORK_DIR_NAME
=
"deploy_yaco_
$(
date
+%Y%m%d_%H%M%S%Z
)
"
WORK_DIR_NAME
=
"deploy_yaco_
$(
date
-I
)
"
REPO_TAG_AEC
=
"v1.1.2"
REPO_TAG_ECBUILD
=
"3.8.0"
...
...
@@ -353,10 +353,9 @@ function make_yaco() {
BUILD_FOLDER
=
$REPO_PATH
/build
mkdir
-p
"
$BUILD_FOLDER
"
&&
cd
"
$BUILD_FOLDER
"
cmake
"
$REPO_PATH
"
-DCMAKE_INSTALL_PREFIX
=
"
$INSTALL_FOLDER
"
-DCMAKE_PREFIX_PATH
=
$INSTALL_FOLDER
-DENABLE_NETCDF
=
OFF
-DCMAKE_CXX_COMPILER
=
mpic++
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DCMAKE_C_COMPILER
=
mpicc
-DCMAKE_CXX_COMPILER
=
mpicxx
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
;
cmake
"
$REPO_PATH
"
-DCMAKE_PREFIX_PATH
=
$INSTALL_FOLDER
-DENABLE_NETCDF
=
OFF
-DCMAKE_CXX_COMPILER
=
mpic++
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DCMAKE_C_COMPILER
=
mpicc
-DCMAKE_CXX_COMPILER
=
mpicxx
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
;
make
-j
"
$THREADS
"
make
install
}
function
main
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment