Skip to content
Snippets Groups Projects
Commit e66f6ee6 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

updated readme

parent 549f8f2f
No related branches found
No related tags found
1 merge request!47cleaned the build scripts to build in any arbitrary folder
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment