ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/ScriptWriter.py
(Generate patch)

Comparing COMP/CRAB/python/ScriptWriter.py (file contents):
Revision 1.7 by fanzago, Tue Feb 14 16:47:07 2006 UTC vs.
Revision 1.8 by fanzago, Mon Feb 20 18:02:06 2006 UTC

# Line 15 | Line 15 | class ScriptWriter:
15              'title'                       : self.title_,
16              'setup_scheduler_environment' : self.setupSchedulerEnvironment_,
17              'setup_jobtype_environment'   : self.setupJobTypeEnvironment_,
18 +            'copy_input'                  : self.copyInput_,
19              'build_executable'            : self.buildExe_,
20              'run_executable'              : self.runExe_,
21              'rename_output'               : self.renameOutput_,
# Line 117 | Line 118 | class ScriptWriter:
118          txt += jbt.wsRenameOutput(self.nj)
119          return txt
120  
121 <    #### FEDE
121 >    def copyInput_(self):
122 >        """
123 >        Returns part of a job script which copies input files from SE.
124 >        """
125 >        txt = common.scheduler.wsCopyInput()
126 >        return txt
127 >
128      def copyOutput_(self):
129          """
130          Returns part of a job script which copies output files to SE.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines