Commit 89742884 authored by Ramon Nou's avatar Ramon Nou
Browse files

Fix dependencies and add missing command in

gekkofs.sh
parent feaf3021
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ if [ "$1" == "start" ]; then
    datadir=$7
    mountdir=$9
    unset SLURM_CPU_BIND SLURM_CPU_BIND_LIST SLURM_CPU_BIND_TYPE SLURM_CPU_BIND_VERBOSE
    
    srun -N $num_nodes -n $num_nodes --oversubscribe --cpus-per-task=1 --mem-per-cpu=1 --export=ALL bash -c "mkdir -p $mountdir; mkdir -p $datadir" 
    srun -N $num_nodes -n $num_nodes --oversubscribe --cpus-per-task=1 --mem-per-cpu=1 --export=ALL bash -c "gkfs_daemon --rootdir $datadir --mountdir $mountdir" &
    sleep 4
elif [ "$1" == "stop" ]; then
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ class Scord(CMakePackage):
    depends_on("boost@1.71 +program_options", when='@0.2.0:')
    depends_on("redis-plus-plus@1.3.3:", when='@0.2.0:')
    depends_on("cargo@0.3.3:", when='@0.3.1:')
    depends_on("cargo@0.3.4:", when='@0.3.4:')
    depends_on("slurm", when='@0.3.1:')