Loading scripts/compile_dep.sh +10 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,16 @@ if [ "$NA_LAYER" == "ofi" ] || [ "$NA_LAYER" == "all" ]; then fi fi echo "############################################################ Installing: AGIOS" # AGIOS CURR=${SOURCE}/agios prepare_build_dir ${CURR} cd ${CURR} make clean make library make library_install echo "############################################################ Installing: Mercury" # Mercury Loading scripts/dl_dep.sh +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ clonedeps "margo" "https://xgitlab.cels.anl.gov/sds/margo.git" "6ed94e4f3a4d526b wgetdeps "rocksdb" "https://github.com/facebook/rocksdb/archive/v6.2.2.tar.gz" & # get syscall_intercept clonedeps "syscall_intercept" "https://github.com/pmem/syscall_intercept.git" "cc3412a2ad39f2e26cc307d5b155232811d7408e" & # get AGIOS clonedeps "agios" "https://gitlab.com/jeanbez/agios.git" & # Wait for all download to be completed wait Loading
scripts/compile_dep.sh +10 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,16 @@ if [ "$NA_LAYER" == "ofi" ] || [ "$NA_LAYER" == "all" ]; then fi fi echo "############################################################ Installing: AGIOS" # AGIOS CURR=${SOURCE}/agios prepare_build_dir ${CURR} cd ${CURR} make clean make library make library_install echo "############################################################ Installing: Mercury" # Mercury Loading
scripts/dl_dep.sh +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ clonedeps "margo" "https://xgitlab.cels.anl.gov/sds/margo.git" "6ed94e4f3a4d526b wgetdeps "rocksdb" "https://github.com/facebook/rocksdb/archive/v6.2.2.tar.gz" & # get syscall_intercept clonedeps "syscall_intercept" "https://github.com/pmem/syscall_intercept.git" "cc3412a2ad39f2e26cc307d5b155232811d7408e" & # get AGIOS clonedeps "agios" "https://gitlab.com/jeanbez/agios.git" & # Wait for all download to be completed wait