This file is indexed.

/etc/adios/skel/settings is in libadios-bin 1.9.0-7build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Welcome to the skel settings file. 

# Each line should contain either a comment (like this one) starting with #,
# Or a name=value pair


# The working directoy under which skel executables should be placed
# This should be on a filesystem visible to the compute nodes
deploy_dir=~/skel-deploy-dir


# The submission script template to use, currently jaguar and sith are supported
# See the skel manual for information about adding a new target platform
submit_target=sith


# Measurement settings to steer the code generation
sleep_before_open=no
barrier_before_open=yes
barrier_before_access=no
barrier_before_close=no
barrier_after_close=no
barrier_after_steps=no
use_adios_timing=no