Changes between Version 13 and Version 14 of Public/User_Guide/JUBE


Ignore:
Timestamp:
Aug 5, 2016, 5:22:47 PM (8 years ago)
Author:
Cristina Manzano
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/JUBE

    v13 v14  
    293293}}}
    294294
    295 you will submit a series of jobs (in this example 4, see section 2). The first job will run and the next one will wait until the first one is finished. The chainjob_script looks as follows:
     295you can submit a series of jobs (in this example 4, see section 2). The first job will run and the next one will wait until the first one is finished. The ${chainjob_script} looks as follows:
    296296
    297297{{{
     
    324324}}}
    325325
    326 In shared_jobinfo the jobid of the preceding job is stored. Notice that
    327 
    328 {{{
    329 ${shared_jobinfo}=${shared_folder}/jobid=./shared/jobid
    330 }}}
    331 
    332 and all jobs see the folder ./shared in the sandbox.
     326In ${shared_jobinfo} the jobid of the preceding job is stored. Notice that
     327
     328{{{
     329${shared_jobinfo} = ${shared_folder}/jobid = ./shared/jobid
     330}}}
     331
     332and all jobs share the same folder called "shared" in the sandbox.