We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f909d3 commit 9aa1d2eCopy full SHA for 9aa1d2e
1 file changed
scripts/launch/run_services.sh
@@ -61,12 +61,12 @@ var_dir=${base}/chimbuko/vars
61
bp_dir=${base}/chimbuko/adios2
62
63
#Check tau adios2 path is writable; by default this is ${bp_dir} but it can be overridden by users, eg for offline analysis
64
-touch ${TAU_ADIOS2_PATH}/write_check
65
-if [[ $? == 1 ]]; then
66
- echo "Chimbuko Services: Could not write to ADIOS2 output path ${TAU_ADIOS2_PATH}, check permissions"
67
- exit 1
68
-fi
69
-rm -f ${TAU_ADIOS2_PATH}/write_check
+#touch ${TAU_ADIOS2_PATH}/write_check
+#if [[ $? == 1 ]]; then
+# echo "Chimbuko Services: Could not write to ADIOS2 output path ${TAU_ADIOS2_PATH}, check permissions"
+# exit 1
+#fi
+#rm -f ${TAU_ADIOS2_PATH}/write_check
70
71
#Get head node IP
72
if command -v ip &> /dev/null
0 commit comments