26%
16.10.2012
bytes:215392635 (215.3 MB) TX bytes:1759757 (1.7 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK
26%
15.09.2020
on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
...
/dev/nvme1n1p1 on /home type ext4 (rw,relatime)
/dev/sda1 on /data type ext4 (rw,relatime)
tmpfs on /run/user/1000 type
26%
30.11.2020
,relatime)
/dev/sda1 on /data type ext4 (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6579384k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse
26%
08.05.2012
The latest Top500 List indicates Linux is used in 91% of all systems. This statistic probably reflects the overall market and is remarkable from several aspects. First, Linux completely dominates
26%
31.10.2025
the numbers, sizes, capacities, and prices of the 1990s with those of today. For example, in 1995, a 500MB hard disk was considered large; today, my iPhone 4 has a 16GB capacity, of which I have just over 6GB
26%
07.10.2014
, or about 3GB). Next is the amount of free memory (29,615,432KB, or about 29GB), and the last number is the amount of memory used by kernel buffers in the system (66,004KB, or about 66MB
26%
17.02.2015
#include
009 #include
010 #include
011 #include
012
013 #define gettid() syscall(__NR_gettid)
014
015 #define SCHED_DEADLINE 6
016
017 /* XXX use
26%
09.10.2017
boto3
3
4 s3 = boto3.resource('s3')
5 bucket = s3.Bucket('prosnapshot')
6 bucket.download_file('hello.txt', 'hello-down.txt')
Figure 2
26%
02.02.2021
case, or as directed otherwise [2]), you can build a container with the command:
$ cd endlessh/
$ docker build -t endlessh .
[...]
Successfully built 6fc5221548db
Successfully tagged endlessh
26%
05.11.2018
add account compute-account description="Compute accounts" \
Organization=OurOrg
sacctmgr create user myuser account=compute-account adminlevel=None
6. Install Slurm on the compute nodes.
Install/test MUNGE on the compute node:
systemctl enable munge
systemctl