Hello,
Have you installed the condor-vm-gahp package and followed the instructions for setting up VM Universe?
https://htcondor.readthedocs.io/en/latest/admin-manual/ep-policy-configuration.html#the-vm-universe
...Tim
# condor_submit ./vm_test.sub
Submitting job(s).
1 job(s) submitted to cluster 20.
# condor_q -better-analyze
-- Schedd: t450.sel : <10.10.0.47:30705?...
The Requirements _expression_ for job 20.000 is
((Machine == "ep1ext.sel")) && (TARGET.Arch == "X86_64") && (TARGET.HasVM is true) && (TARGET.VM_Type == MY.JobVMType) && (TARGET.VM_AvailNum > 0) &&
(TARGET.Disk >= RequestDisk) && (TARGET.TotalMemory >= MY.JobVMMemory) && (TARGET.VM_Memory >= MY.JobVMMemory) && TARGET.VM_Networking && (TARGET.Cpus >= RequestCpus) &&
(TARGET.HasFileTransfer)
Job 20.000 defines the following attributes:
DiskUsage = 4250000
JobVMMemory = 4096
JobVMType = "kvm"
RequestCpus = 2
RequestDisk = DiskUsage
The Requirements _expression_ for job 20.000 reduces to these conditions:
Slots
Step Matched Condition
----- -------- ---------
[0] 0 Machine == "ep1ext.sel"
[1] 0 TARGET.Arch == "X86_64"
[3] 0 TARGET.HasVM is true
[5] 0 TARGET.VM_Type == MY.JobVMType
[7] 0 TARGET.VM_AvailNum > 0
[9] 0 TARGET.Disk >= RequestDisk
[11] 0 TARGET.TotalMemory >= MY.JobVMMemory
[13] 0 TARGET.VM_Memory >= MY.JobVMMemory
[15] 0 TARGET.VM_Networking
[17] 0 TARGET.Cpus >= RequestCpus
[19] 0 TARGET.HasFileTransfer
_______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/
-- Tim Theisen (he, him, his) Release Manager HTCondor & Open Science Grid Center for High Throughput Computing Department of Computer Sciences University of Wisconsin - Madison 4261 Computer Sciences and Statistics 1210 W Dayton St Madison, WI 53706-1685 +1 608 265 5736