Advertisement
Guest User

conf

a guest
Mar 2nd, 2015
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  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. workDirectory: "/home/ketan/swiftwork"
  21. maxParallelTasks: 300
  22. initialParallelTasks: 299
  23. app.bgsh {
  24. executable: "/home/ketan/SwiftApps/subjobs/bg.sh"
  25. maxWallTime: "00:04:00"
  26. }
  27.  
  28. }
  29.  
  30. executionRetries: 0
  31. keepSiteDir: false
  32. providerStagingPinSwiftFiles: false
  33. alwaysTransferWrapperLog: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement