You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: This is our older, more verbose workflow language based on FreeMarker. This provides information on the structure of a typical workflow descriptor written in this language. FTL is deprecated, do not use it for new workflows.
This is really up to your local sysadmin. You will need to use a common
@@ -77,31 +60,6 @@ Consult the [GridEngine
77
60
wiki](http://wiki.gridengine.info/wiki/index.php/Main_Page) for more
78
61
information about obtaining and configuring SGE.
79
62
80
-
### Configuring GRAM on the VM
81
-
82
-
This is the key step in the whole process. The GRAM layer from the Globus Toolkit
83
-
actually handles the submission of workflow step to the cluster as a job. This is
84
-
done via a Perl module that knows how to talk with SGE. We need to modify that
85
-
Perl module so it knows 1) where the SGE tools are located and 2) the settings particular
86
-
to the cluster being connected to.
87
-
88
-
#### Perl Submission Module
89
-
90
-
On the VM, this Perl module lives in: <tt>/usr/share/perl5/vendor_perl/Globus/GRAM/JobManager/sge.pm</tt>.
91
-
92
-
You may have seen this document mentioned in the [Install from Scratch](/docs/2a-installation-from-scratch/) guide where we patched it. Now, you need to ensure you setup the parallel environment (<tt>-pe</tt>) and max memory (<tt>-l vf=</tt>) correctly for your new cluster. Annoyingly, the parameters used for this are actually configurable in SGE so you will need to discuss with your cluster Sys Admin to see what is right for your environment. See the code snippet patches below.
93
-
94
-
<%= render '/includes/setup_gram_1/' %>
95
-
96
-
<%= render '/includes/setup_gram_2/' %>
97
-
98
-
You will also need to modify the following settings files:
99
-
100
-
/etc/sysconfig/gridengine
101
-
/etc/globus/globus-sge.conf
102
-
103
-
These contain file paths and cluster name parameters that you need to update to point to the correct values for the real cluster.
104
-
105
63
### Testing
106
64
107
65
Finally you can submit and run a workflow just as you normally do following the
0 commit comments