Commit 255053b9 authored by torradeflot's avatar torradeflot
Browse files

Add icatmar example

parent 9c9d4e85
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
MemGB = 64
LogFolder = /nfs/pic.es/user/t/torradeflot/test_HTCondor/test_icatmar

executable = /nfs/pic.es/user/t/torradeflot/.conda/envs/python_3.11/bin/python
arguments = /nfs/pic.es/user/t/torradeflot/services-code-samples/computing/htcondor/burn.py -w 120 -m $(MemGB) -l DEBUG
output = $(LogFolder)/test_$(ClusterId).out
error = $(LogFolder)/test_$(ClusterId).err
log = $(LogFolder)/test_$(ClusterId).log

request_disk = 10 GB
request_memory = $(MemGB) GB
request_cpus = 128
+experiment="icatmar"

queue 
 No newline at end of file