Loading plugins/adhoc_services.d/gekkofs.sh +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading spack/packages/scord/package.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
plugins/adhoc_services.d/gekkofs.sh +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
spack/packages/scord/package.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading