Guest User

Untitled

a guest
Jan 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ###############################################################################
  2. ##
  3. ## This is the job submission script for the ltda system.
  4. ##
  5. ###############################################################################
  6.  
  7. Requirements = VMType =?= "fransham" && Arch == "Intel"
  8. +VMLoc = "cumulus://bbr-ltda001.slac.stanford.edu:8888/Repo/VMS/cb4f8fa8-24ab-11e0-b7cd-842b2b59f4e9/bbr-ltda-base.img"
  9. +VMNetwork = "public"
  10. +VMMem = "2048"
  11. +VMName = "bbr-ltda-vm"
  12. +VMCPUArch = "x86"
  13. +VMCPUCores = "1"
  14. +VMStorage = "1"
  15.  
  16.  
  17. ###############################################################################
  18. ## Specify the name of the executable you want to run.
  19. ## To launch an interactive session, specify "Interactive" as the name
  20. ## of the executable
  21. ###############################################################################
  22. Executable = /home/fransham/dummy_job.sh
  23. #Executable = Interactive
  24.  
  25. ###############################################################################
  26. ## You can optionally specify a string of arguments to pass to your executable
  27. ###############################################################################
  28. #Arguments =
  29.  
  30. ###############################################################################
  31. ## Setup log, output and error streams. These have to go somewhere that is
  32. ## writable by both the VMs and the submit host. AWG space is really the only
  33. ## choice.
  34. ###############################################################################
  35. Log = /awg/AWGL001/fransham/condor_logs/condor-$(Cluster).$(Process).log
  36. Output = /awg/AWGL001/fransham/condor_logs/condor-$(Cluster).$(Process).out
  37. Error = /awg/AWGL001/fransham/condor_logs/condor-$(Cluster).$(Process).err
  38.  
  39. ###############################################################################
  40. ## Comment out this value if you want to receive an e-mail when your job
  41. ## finishes.
  42. ###############################################################################
  43. notification = Never
  44.  
  45. ###############################################################################
  46. # e
  47. ##############################################################################
  48. Arguments = One
  49. Queue
Add Comment
Please, Sign In to add comment