File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 149149
150150 # make sure the the software and modules directory exist
151151 # (since it's expected by init/eessi_environment_variables when using archdetect and by the EESSI module)
152- mkdir -p ${EESSI_PREFIX} /software/${EESSI_OS_TYPE} /${EESSI_SOFTWARE_SUBDIR_OVERRIDE} /{modules,software}
152+ mkdir -p -v ${EESSI_PREFIX} /software/${EESSI_OS_TYPE} /${EESSI_SOFTWARE_SUBDIR_OVERRIDE} /{modules,software}
153153
154154 # If EESSI_ACCELERATOR_TARGET_OVERRIDE is defined, we are building for an accelerator target
155155 # In that case, make sure the modulepath for the accelerator subdir exists, otherwise the EESSI module will not
160160 # Note that ${EESSI_PREFIX}/software/${EESSI_OS_TYPE}/${EESSI_SOFTWARE_SUBDIR_OVERRIDE}/${EESSI_ACCELERATOR_TARGET_OVERRIDE}/modules/all
161161 # is only the correct path if EESSI_ACCEL_SOFTWARE_SUBDIR_OVERRIDE is not set
162162 if [ -z $EESSI_ACCEL_SOFTWARE_SUBDIR_OVERRIDE ]; then
163- mkdir -p ${EESSI_PREFIX} /software/${EESSI_OS_TYPE} /${EESSI_SOFTWARE_SUBDIR_OVERRIDE} /${EESSI_ACCELERATOR_TARGET_OVERRIDE} /modules/all
163+ mkdir -p -v ${EESSI_PREFIX} /software/${EESSI_OS_TYPE} /${EESSI_SOFTWARE_SUBDIR_OVERRIDE} /${EESSI_ACCELERATOR_TARGET_OVERRIDE} /modules/all
164164 else
165165 # At runtime, one might want to use a different CPU subdir for a given accelerator. E.g. one could use
166166 # a zen2 CPU subdir on a zen4 node if the required GPU software isn't available in the zen4 tree.
You can’t perform that action at this time.
0 commit comments