15
15
; nodes (read access is required, worker nodes don't need to be able to write)
16
16
;
17
17
; For RPM installations, /etc/osg/wn-client is the correct location
18
- grid_dir = /etc/osg/wn-client/
18
+ ; grid_dir = /etc/osg/wn-client/
19
19
20
20
; The app_dir setting should point to the directory which contains the VO
21
21
; specific applications. It corresponds to the OSG_APP environment variable
@@ -29,7 +29,7 @@ grid_dir = /etc/osg/wn-client/
29
29
; least 755 or 1755 permissions).
30
30
;
31
31
; This setting is optional.
32
- app_dir = UNAVAILABLE
32
+ ; app_dir = UNAVAILABLE
33
33
34
34
; The data_dir setting should point to a directory that can be used to store
35
35
; and stage data in and out of the cluster. It corresponds to the OSG_DATA
@@ -39,7 +39,7 @@ app_dir = UNAVAILABLE
39
39
; nodes.
40
40
;
41
41
; This setting is optional.
42
- data_dir = UNAVAILABLE
42
+ ; data_dir = UNAVAILABLE
43
43
44
44
; The worker_node_temp directory should point to a directory that can be used
45
45
; as scratch space on compute nodes, it should allow read and write access on the
@@ -56,10 +56,10 @@ worker_node_temp = UNAVAILABLE
56
56
; be read to stage in data, this is an url if you are using a SE
57
57
;
58
58
; This setting is optional.
59
- site_read = UNAVAILABLE
59
+ ; site_read = UNAVAILABLE
60
60
61
61
; The site_write setting should be the location or url to a directory that can
62
62
; be write to stage out data, this is an url if you are using a SE
63
63
;
64
64
; This setting is optional.
65
- site_write = UNAVAILABLE
65
+ ; site_write = UNAVAILABLE
0 commit comments