source: trunk/examples/extended/parallel/ExDiane/iridium.job@ 1036

Last change on this file since 1036 was 807, checked in by garnier, 17 years ago

update

File size: 410 bytes
RevLine 
[807]1#-*-python-*-
2
3Application = "G4Analysis"
4
5WorkerInitData = {
6 'G4ApplicationComponentName' : "G4Brachy",
7 'initMacroFile' : """
8/control/verbose 1
9/run/verbose 0
10/event/verbose 0
11/run/initialize
12"""
13}
14
15JobInitData = {
16 'runParams' : {
17 'seed' : 0 ,
18 'eventNumber' : 5000,
19 'macroFileTemplate': "/run/beamOn " },
20 'eventsPerWorker' : 500,
21 'workerInit' : WorkerInitData
22 }
23
Note: See TracBrowser for help on using the repository browser.