Hi,
because of my real scenario (in mi first post I explained my testing scenario),
with several differents users of differents types (researchers, university
students and/or teachers, etc), I have distributed my GPUs in 3 differents
partitions:
* PartitionName=cuda-staff.q Nodes=gpu-[1-4]
Hello,
I would like to know if it would be possible to limit, using "sacctmgr", use of
a certain type of GPU according the name I have assigned in "gres.conf" file.
For example, my small cluster has 3 GPUs nodes sharing 2 GPUs each one. Two of
that GPUs are the same model but they are located i
Hi,
my GPU testing system (named “gpu-node”) is a simple computer with one socket
and a processor " Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz". Executing "lscpu",
I can see there are 4 cores per socket, 2 threads per core and 8 CPUs:
Architecture: x86_64
CPU op-mode(s):32-bit,
Hello,
I am trying to rewrite my gres.conf file.
Before changes, this file was just like this:
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceRTX2070
File=/dev/nvidia0 Cores=0-11
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceGTX1080Ti
File=/dev/nvidia1 Cores=12-23
NodeName=no
Hello,
I have configured my "gres.conf" in this way:
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceRTX2070
File=/dev/nvidia0 Cores=0-11
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceGTX1080Ti
File=/dev/nvidia1 Cores=12-23
NodeName=node-gpu-2 AutoDetect=off Name=gpu Type=GeFor
Hi,
I would like to know if it is possible to apply an specific QoS to all users
that belongs to an specific account. For example, I have created some new users
"user_XX" and, also, I have created their new accounts in SLURM with "sacctmgr
create account name=Test" and "sacctmgr create user nam
Hello,
I am trying to rewrite my gres.conf file.
Before changes, this file was just like this:
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceRTX2070
File=/dev/nvidia0 Cores=0-11
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceGTX1080Ti
File=/dev/nvidia1 Cores=12-23
NodeName=no
Hello,
I have configured my "gres.conf" in this way:
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceRTX2070
File=/dev/nvidia0 Cores=0-11
NodeName=node-gpu-1 AutoDetect=off Name=gpu Type=GeForceGTX1080Ti
File=/dev/nvidia1 Cores=12-23
NodeName=node-gpu-2 AutoDetect=off Name=gpu Type=GeFor
Hi,
I would like to know if it is possible to apply an specific QoS to all users
that belongs to an specific account. For example, I have created some new users
"user_XX" and, also, I have created their new accounts in SLURM with "sacctmgr
create account name=Test" and "sacctmgr create user nam
Hello,
I'm doing some test with "associations" with "sacctmgr". I have created three
users (user_1, user_2 and user_3). For each of these users, I have created an
association:
[root@myserver log]# sacctmgr show user user_1 --associations
User Def Acct AdminClusterAccount Pa
Hello,
I answer about my question:
* What is the contents of your /etc/slurm/job_submit.lua file?
function slurm_job_submit(job_desc, part_list, submit_uid)
if (job_desc.user_id == 1008) then
slurm.log_info("Trabajo sometido por druiz")
if (job_d
Hello,
after adding "EnforcePartLimits=ALL" in slurm.conf and restarting slurmctld
daemon, job continues being accepted... so I don't undertand where I'm doing
some wrong.
My slurm.conf is this:
ControlMachine=my_server
MailProg=/bin/mail
MpiDefault=none
ProctrackType=proctrack/linuxproc
Return
And how can I reject the job inside the lua script?
--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com
Hello,
I'm writing a small lua script that for modify "TimeLimit" of a submited job if
user has configured a TimeLimit bigger that configured in the partition. So, is
TimeLimit for partition is, for example, 4 hours (04:00:00) and user submit
his/her job with a TimeLimit of 5 hours, lua script
14 matches
Mail list logo