Hi Stefano,
There are plenty of folks out there running HTCondor-CE + Slurm. However, this might be more an OSG software team and/or CMS GlideinWMS Factory ops issue. I've cc'd them here on the thread.
Marty From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Stefano Dal Pra <stefano.dalpra@xxxxxxxxxxxx>
Sent: Thursday, July 4, 2019 1:27 AM To: HTCondor-Users Mail List Subject: [HTCondor-users] HTC-CE / Slurm and cpu request Hello,
I'm trying to set up a HTCondor-CE (3.2.2) on top of Slurm; so far we have early test pilots flowing in. The corresponding slurm job submission requires 8 Nodes to run, however the pilot was intended to require 8 cores (on the same node). Apparently this "8 nodes request" happens in the /usr/libexec/condor/glite/bin/slurm_submit.sh script here: # Simple support for multi-cpu attributes if [[ $bls_opt_mpinodes -gt 1 ]] ; then echo "#SBATCH -N $bls_opt_mpinodes" >> $bls_tmp_file fi Is there someone else using HTC-CE / Slurm experience having seen a similar problem? Thank You Stefano _______________________________________________ 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/ |