This file is indexed.

/usr/share/pegasus/examples/glite-sharedfs-example/README is in pegasus-wms 4.4.0+dfsg-7.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Purpose
	- An example to submit a blackdiamond workflow directly to
	local PBS using the condor glite functionality

	
Tested with
       - Pegasus 4.2.0
       - Condor 7.9.3 . Should work with stable condor release also.


Setting PBS Parameters for jobs
       - Put the pbs_local_submit_attributes.sh file distributed with
       Pegasus in share/pegasus/htcondor/glite directory in the GLITE bin
       directory of the HTCondor installation.

       - GLITE directory can be determined by running
       condor_config_val GLITE_LOCATION

       - The profiles to set the PBS parameters for jobs are explained
         here
	 https://pegasus.isi.edu/wms/docs/latest/execution_environments.php#glite

	

Before you RUN

       Before you run the example, make sure that the glite bindings
       are  installed in your condor install. Do the following

        -  condor_config_val GLITE_LOCATION
    	this will tell you the glite location

	 -  do an ls in that directory to make sure the binaries
            exists
	    
       Sample Usage
       [vahi@ccg-testing2 ~]$  condor_config_val GLITE_LOCATION
       /usr/libexec/condor/glite

       [vahi@ccg-testing2 ~]$ ls -lh /usr/libexec/condor/glite/
       total 12K
       drwxr-xr-x 2 root root 4.0K Feb  7 10:20 bin
       drwxr-xr-x 2 root root 4.0K Feb  7 10:20 etc	
       drwxr-xr-x 3 root root 4.0K Feb  7 10:20 share


HOW TO RUN
    ./submit will generate the workflow , plan it with pegasus and
    submit it for execution

    the sites.xml file will have a local-pbs site that designates your
    cluster.