Skip to content

Commit 9aa1d2e

Browse files
committed
In services script disabled write check for adios2 path as it prevents offline analysis of read-only data. Need a better solution for the future.
1 parent 0f909d3 commit 9aa1d2e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/launch/run_services.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ var_dir=${base}/chimbuko/vars
6161
bp_dir=${base}/chimbuko/adios2
6262

6363
#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
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
7070

7171
#Get head node IP
7272
if command -v ip &> /dev/null

0 commit comments

Comments
 (0)