Loading scripts/run/gkfs +1 −1 Original line number Diff line number Diff line Loading @@ -87,8 +87,8 @@ start_daemon() { local daemon_execute # setup if [[ ${USE_SRUN} == true ]]; then node_list=$(scontrol show job "${SLURM_JOB_ID}" | grep " NodeList=" | cut -d "=" -f2) if [[ -z ${NODE_NUM} ]]; then node_list=$(scontrol show job "${SLURM_JOB_ID}" | grep " NodeList=" | cut -d "=" -f2) NODE_NUM=$(scontrol show hostname "${node_list}" | wc -l) fi # Setting up base srun cmd Loading Loading
scripts/run/gkfs +1 −1 Original line number Diff line number Diff line Loading @@ -87,8 +87,8 @@ start_daemon() { local daemon_execute # setup if [[ ${USE_SRUN} == true ]]; then node_list=$(scontrol show job "${SLURM_JOB_ID}" | grep " NodeList=" | cut -d "=" -f2) if [[ -z ${NODE_NUM} ]]; then node_list=$(scontrol show job "${SLURM_JOB_ID}" | grep " NodeList=" | cut -d "=" -f2) NODE_NUM=$(scontrol show hostname "${node_list}" | wc -l) fi # Setting up base srun cmd Loading