Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 3.13) project( GekkoFS VERSION 0.9.1 VERSION 0.9.2 ) enable_testing() Loading docs/sphinx/conf.py.in +2 −2 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ copyright = ['2018-2024, Barcelona Supercomputing Center, Spain', '2015-2024, Jo author = 'GekkoFS committers' # The short X.Y version version = '0.9.1' version = '0.9.2' # The full version, including alpha/beta/rc tags release = '0.9.1-snapshot+96-g9cafaaa3-dirty' release = '0.9.2-snapshot+96-g9cafaaa3-dirty' # Tell sphinx what the primary language being documented is. primary_domain = 'cpp' Loading docs/sphinx/users/scripts.rst +10 −10 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ on the specifics of the particular GekkoFS build, both scripts rely on :code:`configuration profiles` which define a set of related software packages which should be downloaded and installed for a specific GekkoFS version and/or configuration. To illustrate this, let's take a look at the contents of the :code:`default` profile for GekkoFS version :code:`0.9.1`: contents of the :code:`default` profile for GekkoFS version :code:`0.9.2`: .. code-block:: console $ dl_dep.sh -l default:0.9.1 Configuration profiles for '0.9.1': $ dl_dep.sh -l default:0.9.2 Configuration profiles for '0.9.2': * default:0.9.1 (/home/user/gekkofs/source/scripts/profiles/0.9.1/default.specs) * default:0.9.2 (/home/user/gekkofs/source/scripts/profiles/0.9.2/default.specs) All dependencies Loading Loading @@ -59,10 +59,10 @@ supercomputer) followed by an optional :code:`VERSION_TAG`. .. code-block:: console $ ./dl_dep.sh -p default:0.9.1 /home/user/gfks/deps $ ./dl_dep.sh -p default:0.9.2 /home/user/gfks/deps Destination path is set to "/tmp/foo" Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.3.tar.gz' to 'lz4' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz' to 'json-c' Loading Loading @@ -90,10 +90,10 @@ option. In this case, dependency names follow the .. code-block:: console $ ./dl_dep.sh -d mercury@default:0.9.1 /home/user/gfks/deps $ ./dl_dep.sh -d mercury@default:0.9.2 /home/user/gfks/deps Destination path is set to "/tmp/foo" Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.1.0]' and flags '--recurse-submodules' Done Loading @@ -115,12 +115,12 @@ certain directory (e.g. :code:`/home/user/gkfs/deps`), the .. code-block:: console $ ./compile_dep.sh -p default:0.9.1 /home/user/gkfs/deps /home/user/gkfs/install -j8 $ ./compile_dep.sh -p default:0.9.2 /home/user/gkfs/deps /home/user/gkfs/install -j8 CORES = 8 (default) Sources download path = /tmp/foo Installation path = /tmp/bar Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ ######## Installing: lz4 ############################### ... Loading scripts/compile_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ optional arguments: deploy specific library versions and/or configurations, using a recognizable name. Optionally, PROFILE_NAME may include a specific version for the profile, e.g. 'mogon2:latest' or 'ngio:0.9.1', which will download the dependencies defined for 'ngio:0.9.2', which will download the dependencies defined for that specific version. If unspecified, the 'default:latest' profile will be used, which should include all the possible dependencies. -d, --dependency DEPENDENCY_NAME[[@PROFILE_NAME][:PROFILE_VERSION]] Loading scripts/dl_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ optional arguments: deploy specific library versions and/or configurations, using a recognizable name. Optionally, PROFILE_NAME may include a specific version for the profile, e.g. 'mogon2:latest' or 'ngio:0.9.1', which will download the dependencies defined for 'ngio:0.9.2', which will download the dependencies defined for that specific version. If unspecified, the 'default:latest' profile will be used, which should include all the possible dependencies. -d, --dependency DEPENDENCY_NAME[[@PROFILE_NAME][:PROFILE_VERSION]] Loading Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 3.13) project( GekkoFS VERSION 0.9.1 VERSION 0.9.2 ) enable_testing() Loading
docs/sphinx/conf.py.in +2 −2 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ copyright = ['2018-2024, Barcelona Supercomputing Center, Spain', '2015-2024, Jo author = 'GekkoFS committers' # The short X.Y version version = '0.9.1' version = '0.9.2' # The full version, including alpha/beta/rc tags release = '0.9.1-snapshot+96-g9cafaaa3-dirty' release = '0.9.2-snapshot+96-g9cafaaa3-dirty' # Tell sphinx what the primary language being documented is. primary_domain = 'cpp' Loading
docs/sphinx/users/scripts.rst +10 −10 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ on the specifics of the particular GekkoFS build, both scripts rely on :code:`configuration profiles` which define a set of related software packages which should be downloaded and installed for a specific GekkoFS version and/or configuration. To illustrate this, let's take a look at the contents of the :code:`default` profile for GekkoFS version :code:`0.9.1`: contents of the :code:`default` profile for GekkoFS version :code:`0.9.2`: .. code-block:: console $ dl_dep.sh -l default:0.9.1 Configuration profiles for '0.9.1': $ dl_dep.sh -l default:0.9.2 Configuration profiles for '0.9.2': * default:0.9.1 (/home/user/gekkofs/source/scripts/profiles/0.9.1/default.specs) * default:0.9.2 (/home/user/gekkofs/source/scripts/profiles/0.9.2/default.specs) All dependencies Loading Loading @@ -59,10 +59,10 @@ supercomputer) followed by an optional :code:`VERSION_TAG`. .. code-block:: console $ ./dl_dep.sh -p default:0.9.1 /home/user/gfks/deps $ ./dl_dep.sh -p default:0.9.2 /home/user/gfks/deps Destination path is set to "/tmp/foo" Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.3.tar.gz' to 'lz4' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz' to 'json-c' Loading Loading @@ -90,10 +90,10 @@ option. In this case, dependency names follow the .. code-block:: console $ ./dl_dep.sh -d mercury@default:0.9.1 /home/user/gfks/deps $ ./dl_dep.sh -d mercury@default:0.9.2 /home/user/gfks/deps Destination path is set to "/tmp/foo" Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.1.0]' and flags '--recurse-submodules' Done Loading @@ -115,12 +115,12 @@ certain directory (e.g. :code:`/home/user/gkfs/deps`), the .. code-block:: console $ ./compile_dep.sh -p default:0.9.1 /home/user/gkfs/deps /home/user/gkfs/install -j8 $ ./compile_dep.sh -p default:0.9.2 /home/user/gkfs/deps /home/user/gkfs/install -j8 CORES = 8 (default) Sources download path = /tmp/foo Installation path = /tmp/bar Profile name: default Profile version: 0.9.1 Profile version: 0.9.2 ------------------------------------ ######## Installing: lz4 ############################### ... Loading
scripts/compile_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ optional arguments: deploy specific library versions and/or configurations, using a recognizable name. Optionally, PROFILE_NAME may include a specific version for the profile, e.g. 'mogon2:latest' or 'ngio:0.9.1', which will download the dependencies defined for 'ngio:0.9.2', which will download the dependencies defined for that specific version. If unspecified, the 'default:latest' profile will be used, which should include all the possible dependencies. -d, --dependency DEPENDENCY_NAME[[@PROFILE_NAME][:PROFILE_VERSION]] Loading
scripts/dl_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ optional arguments: deploy specific library versions and/or configurations, using a recognizable name. Optionally, PROFILE_NAME may include a specific version for the profile, e.g. 'mogon2:latest' or 'ngio:0.9.1', which will download the dependencies defined for 'ngio:0.9.2', which will download the dependencies defined for that specific version. If unspecified, the 'default:latest' profile will be used, which should include all the possible dependencies. -d, --dependency DEPENDENCY_NAME[[@PROFILE_NAME][:PROFILE_VERSION]] Loading