Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Batch System (HTCondor) | ||||||||
Line: 45 to 45 | ||||||||
output = test.out error = test.error log = test.log | ||||||||
Added: | ||||||||
> > | requirements = OpSysAndVer == "CentOS7" | |||||||
queue | ||||||||
Line: 55 to 56 | ||||||||
The log file (test.log in this example) will contain logging information provided by Condor. | ||||||||
Changed: | ||||||||
< < | Condor jobs are allocated a single CPU and 1 GiB memory by default, and will run on a machine with the same architecture and operating system as the submission host (i.e. jobs submitted from hex.ppe.gla.ac.uk will run on CentOS 7 nodes by default). To request a different resource allocation, or to specify that a job should run under a different operating system, see Specify CPU and memory requirements and Submit a job with additional requirements. | |||||||
> > | Condor jobs are allocated a single CPU and 1 GiB memory by default. The requirements specification above restricts the job to running on CentOS 7 nodes. To run on Scientific Linux 6 nodes, you would replace CentOS7 with SL6 . If the operating system of the node is not important, the requirements line may be omitted. To request a different resource allocation, see Specify CPU and memory requirements and Submit a job with additional requirements. | |||||||
Further information can be found in the Condor documentation: |