Valerio,
In VM universe, you may not specify an executable for that job. In VM universe, the job just boots up the vm specified. It is up to the user to make the vm useful and do what it needs to do.
Best,
Joe Reuss
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Valerio Bellizzomi <valerio@xxxxxxxxxx>
Sent: Monday, December 4, 2023 8:31 AM To: HTCondor-Users List <htcondor-users@xxxxxxxxxxx> Subject: [HTCondor-users] The condor_submit command requires executable with VM universe As per the subject but the job remains idle.
vm1.sub file:
universe = vm
vm_type = kvmvm_networking = true vm_networking_type = bridge #vm_networking_bridge_interface = eno1 transfer_executable = FALSE #shouldtransferfiles = NO vm_memory = 4096M vm_no_output_vm = TRUE RequestDisk = 50G vm_disk = /opt/vmimages/vm1.img:sda1:w executable = /opt/vmimages/vm1.img Requirements = ( Machine == "ep1ext.sel" ) request_cpus = 2 request_memory = 4096M queue
why executable is required with vm universe?
VB
|