View difference between Paste ID: fTzYDH1m and 2CvJeJw7
SHOW: | | - or go back to the newest paste.
1
sites : cluster
2
site.cluster {
3
    execution {
4
        type: "coaster"
5
        URL: "localhost"
6
        jobManager: "local:cobalt"
7
        options {
8
            maxNodesPerJob: 32
9
            maxJobs: 1
10
            tasksPerNode: 2
11
            # Option ignored: globus:mode = script
12
            nodeGranularity: 32
13
            # Option ignored: globus:walltime = 600
14
        }
15
    }
16
    filesystem {
17
        type: "local"
18
        URL: "localhost"
19
    }
20
    staging : direct
21
    workDirectory: "/home/ketan/swiftwork"
22
    maxParallelTasks: 300
23
    initialParallelTasks: 299
24
    app.bgsh {
25
        executable: "/home/ketan/SwiftApps/subjobs/bg.sh"
26
        maxWallTime: "00:04:00"
27
    }
28
29
}
30
31
executionRetries: 0
32
keepSiteDir: false
33
providerStagingPinSwiftFiles: false
34
alwaysTransferWrapperLog: false