File tree Expand file tree Collapse file tree
scripts/gpu_support/nvidia Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147 fi
148148 avail_space=$( df --output=avail " ${tmpdir} " / | tail -n 1 | awk ' {print $1}' )
149149 if (( avail_space < required_space_in_tmpdir )) ; then
150- error=" Need at least ${required_space_in_tmpdir} disk space under ${tmpdir} .\n"
151- error=" ${error} Set the environment variable CUDA_TEMP_DIR to a location with adequate space to pass this check."
152- error=" ${error} You can alternatively set EASYBUILD_BUILDPATH and/or EASYBUILD_SOURCEPATH "
150+ error=" Need at least ${required_space_in_tmpdir} GB disk space under ${tmpdir} .\n"
151+ error=" ${error} Set the environment variable CUDA_TEMP_DIR to a location with adequate space to pass this check.\n "
152+ error=" ${error} You can alternatively set EASYBUILD_BUILDPATH and/or EASYBUILD_SOURCEPATH\n "
153153 error=" ${error} to reduce this requirement. Exiting now..."
154154 fatal_error " ${error} "
155155 fi
You can’t perform that action at this time.
0 commit comments