From fcaf21e7a72aa29460720b67c77e34602c5bad4d Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Thu, 28 Nov 2024 08:11:06 +0100 Subject: [PATCH 1/2] updated mochi stack for UCX issues --- CHANGELOG.md | 1 + scripts/profiles/0.9.4/agios.specs | 6 +++--- scripts/profiles/0.9.4/arm.specs | 6 +++--- scripts/profiles/0.9.4/ci.specs | 6 +++--- scripts/profiles/0.9.4/default.specs | 6 +++--- scripts/profiles/0.9.4/default_zmq.specs | 6 +++--- scripts/profiles/0.9.4/infiniband_verbs.specs | 8 ++++---- scripts/profiles/0.9.4/marenostrum4.specs | 8 ++++---- scripts/profiles/0.9.4/mogon3.specs | 6 +++--- scripts/profiles/0.9.4/ngio.specs | 6 +++--- scripts/profiles/0.9.4/omnipath_psm2.specs | 6 +++--- scripts/profiles/0.9.4/p9.specs | 6 +++--- 12 files changed, 36 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c329f6bbc..aa7db814f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones. - Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)). - Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/208)). +- Updated mochi to solve ucx corruption issues ([!211])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/211)). ### Removed ### Fixed diff --git a/scripts/profiles/0.9.4/agios.specs b/scripts/profiles/0.9.4/agios.specs index 68921e298..bda8a2c59 100644 --- a/scripts/profiles/0.9.4/agios.specs +++ b/scripts/profiles/0.9.4/agios.specs @@ -39,7 +39,7 @@ comment="All dependencies (except transport-specific and experimental)" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ) @@ -47,8 +47,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ["agios"]="c26a6544200f823ebb8f890dd94e653d148bf226@development" ) diff --git a/scripts/profiles/0.9.4/arm.specs b/scripts/profiles/0.9.4/arm.specs index 1d5432de8..a207f5175 100644 --- a/scripts/profiles/0.9.4/arm.specs +++ b/scripts/profiles/0.9.4/arm.specs @@ -39,7 +39,7 @@ comment="Dependencies for PowerPC supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["psm2"]="11.2.185" @@ -48,8 +48,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="fb73c3924b502e2840a5dc8a18746e395b06a8a6" ) diff --git a/scripts/profiles/0.9.4/ci.specs b/scripts/profiles/0.9.4/ci.specs index 42d3dbc23..6f050c24a 100644 --- a/scripts/profiles/0.9.4/ci.specs +++ b/scripts/profiles/0.9.4/ci.specs @@ -37,7 +37,7 @@ comment="Dependencies required by the CI" # Dependencies that must be downloaded directly wgetdeps=( - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["prometheus-cpp"]="v1.0.0" ) @@ -45,8 +45,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.17.0" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ["agios"]="c26a6544200f823ebb8f890dd94e653d148bf226@development" ["parallax"]="ffdea6e820f5c4c2d33e60d9a4b15ef9e6bbcfdd" diff --git a/scripts/profiles/0.9.4/default.specs b/scripts/profiles/0.9.4/default.specs index 59d8175fe..be1cc810e 100644 --- a/scripts/profiles/0.9.4/default.specs +++ b/scripts/profiles/0.9.4/default.specs @@ -39,7 +39,7 @@ comment="All dependencies" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ) @@ -47,8 +47,8 @@ wgetdeps=( # Dependencies that must be cloned. clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ) diff --git a/scripts/profiles/0.9.4/default_zmq.specs b/scripts/profiles/0.9.4/default_zmq.specs index 7185ddb19..659980363 100644 --- a/scripts/profiles/0.9.4/default_zmq.specs +++ b/scripts/profiles/0.9.4/default_zmq.specs @@ -39,7 +39,7 @@ comment="All dependencies" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["libzmq"]="4.3.5" @@ -49,8 +49,8 @@ wgetdeps=( # Dependencies that must be cloned. clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ) diff --git a/scripts/profiles/0.9.4/infiniband_verbs.specs b/scripts/profiles/0.9.4/infiniband_verbs.specs index 4da1b5208..175ce1aa3 100644 --- a/scripts/profiles/0.9.4/infiniband_verbs.specs +++ b/scripts/profiles/0.9.4/infiniband_verbs.specs @@ -39,16 +39,16 @@ comment="Dependencies for Infiniband supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ) # Dependencies that must be cloned clonedeps=( - ["libfabric%verbs"]="HEAD@v1.17.0" - ["mercury"]="v2.3.0" - ["margo"]="v0.15.0" + ["libfabric%verbs"]="HEAD@v1.20.1" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ) diff --git a/scripts/profiles/0.9.4/marenostrum4.specs b/scripts/profiles/0.9.4/marenostrum4.specs index 86f7dba1c..f678fd93f 100644 --- a/scripts/profiles/0.9.4/marenostrum4.specs +++ b/scripts/profiles/0.9.4/marenostrum4.specs @@ -39,7 +39,7 @@ comment="Dependencies for Marenostrum 4 supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["psm2"]="11.2.185" @@ -47,9 +47,9 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( - ["libfabric"]="HEAD@v1.17.0" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["libfabric"]="HEAD@v1.20.1" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155" ["parallax"]="c130decd7a71c60c20b98d6a23924f05f754c3cd" diff --git a/scripts/profiles/0.9.4/mogon3.specs b/scripts/profiles/0.9.4/mogon3.specs index 8d1ca5497..1eec2d166 100644 --- a/scripts/profiles/0.9.4/mogon3.specs +++ b/scripts/profiles/0.9.4/mogon3.specs @@ -39,7 +39,7 @@ comment="Dependencies for Mogon 2 supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["libzmq"]="4.3.5" @@ -49,8 +49,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( # ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ) diff --git a/scripts/profiles/0.9.4/ngio.specs b/scripts/profiles/0.9.4/ngio.specs index fd1f3a335..d6988929f 100644 --- a/scripts/profiles/0.9.4/ngio.specs +++ b/scripts/profiles/0.9.4/ngio.specs @@ -39,7 +39,7 @@ comment="Dependencies for NEXTGenIO prototype cluster" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["psm2"]="11.2.185" @@ -48,8 +48,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155" ["parallax"]="c130decd7a71c60c20b98d6a23924f05f754c3cd" diff --git a/scripts/profiles/0.9.4/omnipath_psm2.specs b/scripts/profiles/0.9.4/omnipath_psm2.specs index 8cdac16d8..3666fde8e 100644 --- a/scripts/profiles/0.9.4/omnipath_psm2.specs +++ b/scripts/profiles/0.9.4/omnipath_psm2.specs @@ -39,7 +39,7 @@ comment="Dependencies for Omnipath supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["psm2"]="11.2.185" @@ -48,8 +48,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155" ) diff --git a/scripts/profiles/0.9.4/p9.specs b/scripts/profiles/0.9.4/p9.specs index cf80be5a9..c10ea7f47 100644 --- a/scripts/profiles/0.9.4/p9.specs +++ b/scripts/profiles/0.9.4/p9.specs @@ -39,7 +39,7 @@ comment="Dependencies for PowerPC supercomputer" wgetdeps=( ["lz4"]="1.9.4" ["capstone"]="4.0.2" - ["argobots"]="1.1" + ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" ["psm2"]="11.2.185" @@ -48,8 +48,8 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( ["libfabric"]="HEAD@v1.20.1" - ["mercury"]="v2.3.1" - ["margo"]="v0.15.0" + ["mercury"]="v2.4.0" + ["margo"]="v0.18.3" ["syscall_intercept"]="6eb27a9d2053bb2ac3bb9ce30e13b64ce055c19f" ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155" ) -- GitLab From ee516c485d5b12f17c7818cd48546ed7413e7183 Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Thu, 28 Nov 2024 08:33:07 +0100 Subject: [PATCH 2/2] updated tests --- scripts/profiles/0.9.4/ci.specs | 2 +- tests/scripts/dl_dep.sh/0.9.4/agios.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/arm.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/ci.out | 8 ++++---- tests/scripts/dl_dep.sh/0.9.4/default.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/default_zmq.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out | 8 ++++---- tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out | 8 ++++---- tests/scripts/dl_dep.sh/0.9.4/mogon2.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/mogon3.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/ngio.out | 6 +++--- tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out | 4 ++-- tests/scripts/dl_dep.sh/0.9.4/p9.out | 6 +++--- 13 files changed, 37 insertions(+), 37 deletions(-) diff --git a/scripts/profiles/0.9.4/ci.specs b/scripts/profiles/0.9.4/ci.specs index 6f050c24a..59fc54cbb 100644 --- a/scripts/profiles/0.9.4/ci.specs +++ b/scripts/profiles/0.9.4/ci.specs @@ -44,7 +44,7 @@ wgetdeps=( # Dependencies that must be cloned clonedeps=( - ["libfabric"]="HEAD@v1.17.0" + ["libfabric"]="HEAD@v1.20.1" ["mercury"]="v2.4.0" ["margo"]="v0.18.3" ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d" diff --git a/tests/scripts/dl_dep.sh/0.9.4/agios.out b/tests/scripts/dl_dep.sh/0.9.4/agios.out index 53de3a4be..62276d28e 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/agios.out +++ b/tests/scripts/dl_dep.sh/0.9.4/agios.out @@ -2,9 +2,9 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/arm.out b/tests/scripts/dl_dep.sh/0.9.4/arm.out index 7daa98abf..869185846 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/arm.out +++ b/tests/scripts/dl_dep.sh/0.9.4/arm.out @@ -3,9 +3,9 @@ Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capston Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[fb73c3924b502e2840a5dc8a18746e395b06a8a6]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch.arm64'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/ci.out b/tests/scripts/dl_dep.sh/0.9.4/ci.out index d74b12e34..ab3de179c 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/ci.out +++ b/tests/scripts/dl_dep.sh/0.9.4/ci.out @@ -1,7 +1,7 @@ -Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.17.0' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/default.out b/tests/scripts/dl_dep.sh/0.9.4/default.out index dc509304e..501bc7188 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/default.out +++ b/tests/scripts/dl_dep.sh/0.9.4/default.out @@ -2,9 +2,9 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out b/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out index c9e98d151..01351e093 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out +++ b/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out @@ -2,9 +2,9 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out b/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out index 59f91e5c7..970a2edd8 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out +++ b/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out @@ -1,10 +1,10 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' -Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric%verbs' with commit '[HEAD]' and flags '--branch=v1.17.0' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.0]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric%verbs' with commit '[HEAD]' and flags '--branch=v1.20.1' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out b/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out index 01c527090..1a8af2b9d 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out +++ b/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out @@ -2,10 +2,10 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' -Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.17.0' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/mogon2.out b/tests/scripts/dl_dep.sh/0.9.4/mogon2.out index 6f906ce8e..442b83681 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/mogon2.out +++ b/tests/scripts/dl_dep.sh/0.9.4/mogon2.out @@ -2,7 +2,7 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' diff --git a/tests/scripts/dl_dep.sh/0.9.4/mogon3.out b/tests/scripts/dl_dep.sh/0.9.4/mogon3.out index 26e79a9d4..91c6a6739 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/mogon3.out +++ b/tests/scripts/dl_dep.sh/0.9.4/mogon3.out @@ -1,9 +1,9 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/ngio.out b/tests/scripts/dl_dep.sh/0.9.4/ngio.out index 340fb21ad..1a8af2b9d 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/ngio.out +++ b/tests/scripts/dl_dep.sh/0.9.4/ngio.out @@ -3,9 +3,9 @@ Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capston Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... diff --git a/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out b/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out index 4697b3280..3d957553e 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out +++ b/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out @@ -3,8 +3,8 @@ Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capston Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags '' diff --git a/tests/scripts/dl_dep.sh/0.9.4/p9.out b/tests/scripts/dl_dep.sh/0.9.4/p9.out index 8041a0cc0..e8e9a02df 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/p9.out +++ b/tests/scripts/dl_dep.sh/0.9.4/p9.out @@ -3,9 +3,9 @@ Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capston Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.3.1]' and flags '--recurse-submodules' -Downloaded 'https://github.com/pmodels/argobots/archive/v1.1.tar.gz' to 'argobots' -Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.15.0]' and flags '' +Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' +Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' +Cloned 'https://github.com/mochi-hpc/mochi-margo' to 'margo' with commit '[v0.18.3]' and flags '' Downloaded 'https://github.com/facebook/rocksdb/archive/v8.10.0.tar.gz' to 'rocksdb' Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' with commit '[6eb27a9d2053bb2ac3bb9ce30e13b64ce055c19f]' and flags '' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... -- GitLab