WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
7 stars 20 forks source link

Update T2_BE_IIHE configs #66

Closed samary closed 7 years ago

samary commented 7 years ago

Updated T2_BE_IIHE configuration :

briedel commented 7 years ago

Is there a reason we couldn't grab, for example, 2 core slot with 8 GB?

samary commented 7 years ago

@briedel : we want only to allow single core jobs, so it drains faster in case we need it for our local usage. Correct me if I'm wrong but multi core would allow multiple single core jobs to run in this pilot ?

briedel commented 7 years ago

Yes, HTCondor will internally split up the slot for you. A 2 core, 8 GB slot, will be automatically split up into a slot that is needed, i.e. 1 core + 2 GB and 1 core + 6GB, or 1 core + 7 GB and 1 core + 1 GB.

dsschult commented 7 years ago

Followup on this: should I pull this patch, or are there other updates?

samary commented 7 years ago

I'll update with the current running configuration. If you see something odd/wrong, please let me know.

samary commented 7 years ago

Updated with running configuration. Comments are welcome.