Commit 89b4bd22 authored by Ramon Nou's avatar Ramon Nou
Browse files

Fix issues with GEKKOFS and add new version of

Scord
parent f462bf65
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -11,7 +11,10 @@ if ($1 == "start") then
    echo "Starting GEKKOFS"
    $nodes = $3
    num_nodes=$(echo $nodes | awk -F, '{print NF-1}')

    # If num_nodes is >40, we are on the testing environment
    if ($num_nodes > 40) then
        exit 0
    end
    $workdir = $5
    $datadir = $7
    $mountdir = $9
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ class Scord(CMakePackage):
            sha256="74c51915315e01d8479701d340331641f42c5f5cfae0c08bdea6c2f0b01da665")
    version("0.3.3",
            sha256="a8b5a8d05858bee91b9675ca6c929f4c16b5b2562f4e6a8dba3ce0aacb721f48")

    version("0.3.4", branch="rnou/adhoc-integration")
    # build variants
    variant('build_type',
            default='Release',