|
|
|||
File indexing completed on 2026-04-09 07:58:21
0001 #!/bin/bash 0002 0003 rm -fr /tmp/test_condor.jdl 0004 cat <<EOT >> /tmp/test_condor.jdl 0005 Universe = vanilla 0006 Initialdir = /tmp 0007 Executable = /bin/hostname 0008 output = test.out 0009 error = test.err 0010 log = test.log 0011 queue 0012 EOT 0013 0014 #condor_submit /tmp/test_condor.jdl 0015 condor_submit --debug -name aipanda180.cern.ch -pool aipanda180.cern.ch:9618 /tmp/test_condor.jdl
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|