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
e66f6ee6
Commit
e66f6ee6
authored
4 months ago
by
Siddhant Tibrewal
Browse files
Options
Downloads
Patches
Plain Diff
updated readme
parent
549f8f2f
No related branches found
No related tags found
1 merge request
!47
cleaned the build scripts to build in any arbitrary folder
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-1
7 additions, 1 deletion
README.md
with
7 additions
and
1 deletion
README.md
+
7
−
1
View file @
e66f6ee6
...
...
@@ -14,7 +14,13 @@ Yaco can be built out of source using the scripts provided under ${YACO_ROOT}/sc
In order to build yaco along with all its dependencies on levante for eg., one should do the following (preferably on an interactive node):
```
mkdir build && cd build
../scripts/setup/levante.intel-ompi412.sh --yaco-root ..
../scripts/setup/levante.intel-ompi412.sh --yaco-root ..
# this would build with following folder-structure (any arbitrary build folder can be used):
# ${yaco-commit-hash}-{compiler} would be the folder created into it and everything will be built there
# build-folder: $(pwd)/build/${yaco-commit-hash}-{compiler}
# externals : $build-folder/externals/
# install-externals : $build-folder/install/
# yaco : $build-folder/
# building only one particular dependency (healpix as an example)
# for further examples: look into scripts/setup/build_dependencies
...
...
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