29%
20.02.2023
in Listing 2.
Listing 2: Original /etc/slurm/slurm.conf
#
# COMPUTE NODES
# OpenHPC default configuration
TaskPlugin=task/affinity
PropagateResourceLimitsExcept=MEMLOCK
#JobCompType=jobcomp/filetxt
Epilog
29%
10.06.2024
the announcement of the new TOP500 list at the ISC and SC conferences, even though many people don’t think it is a useful benchmark for ranking current systems. ISC 2024 was no exception. The most discussed topics I
29%
16.08.2018
offer noticeable added value from the sys admin's perspective.
Not Everything Is Better
Where there is light, there is shadow, and Docker is no exception. When new software versions are released
29%
27.09.2021
-
ec2_hostfile: ec2_hosts
The parameters are largely self-explanatory, with the exception of ec2_hostfile, which refers to the inventory file (yet to be created).
Defining VM Specifications
The EC2
29%
27.09.2021
feature that saved many 4:00am reboots (after kernel security updates were applied to a critical running system) and was an exceptionally welcome addition to my toolbox because it reduced maintenance
29%
07.10.2014
. Hardware-related information is located – with the exception of CPU information – in the /sys filesystem. This is useful for driver programmers as a platform for exchanging information
29%
07.10.2014
the Firefox allows the user to permanently save exceptions for such certificates (Figure 1). Once you save the exception, you're secure for all later visits to the same site
29%
02.08.2022
users to create an individual exception in the browser for every internal application. This also means that stricter security policies can be applied for browsers on the corporate network, preventing
29%
28.11.2022
Stack was no exception. Some participants even left the OpenStack party while it was still in full swing. Large OpenStack projects sprang up like mushrooms, fizzling out after months or years, and leaving little behind
29%
11.02.2016
)
14 VALUES (in_user_id, in_subscription_type, in_started, in_expires);
15 EXIT upsert;
16 EXCEPTION WHEN unique_violation THEN
17 END
18 END LOOP;
19 $$;
The logic of Listing 1 can