Universes

Another Vanilla Example: File Transfer

Code fragment:

  OPEN(UNIT=1,FILE='myfile.txt')
  WRITE(UNIT=1, FMT=*) "Hello world"
  CLOSE(UNIT=1)

Condor script:

  executable = hello-2
  universe   = vanilla

  requirements = (Memory > 900)

  ShouldTransferFiles   = IF_NEEDED
  WhenToTransferOutput  = ON_EXIT

  transfer_output_files = myfile.txt

  output  = loop.$(Process).out
  error   = loop.$(Process).err
  log     = loop.log

  queue 1


...prev
next...

Views:

[Preview] [Continuous/One Page]

[Slideshow]


Contents: