15%
10.04.2015
/mfeilner/.openshift/express.conf ... done
20
21 Checking for git ... found git version 2.1.0
22
23 Checking common problems .. done
24
25 Checking for a domain ... feilner
26
27 Checking for applications ... none
28
29 Run 'rhc create
15%
21.03.2017
18 print "dset.shape = ",dset.shape
19
20 print "dset.dtype = ",dset.dtype
21
22 print "dset.name = ",dset.name
23
24 print "f.name = ",f.name
25
26 grp
15%
09.09.2024
.1 20240412 (experimental) [master r14-9935-g67e1433a94f] (Ubuntu 14-20240412-0ubuntu1)
Everything looks good: mpirun
is there and mpicc
points to gcc-14.0.1 (the host system is Ubuntu 22.04, for which gcc-14 does
15%
31.07.2013
;
22 my_record.z = counter + 2;
23 my_record.value = (float) counter * 10.0;
24 /* write out my_record */
25 }
26 return 0;
27 }
One-by-One
Initially, I’m just going
15%
17.06.2011
,200, comprising 55 different commands, were issued. The system, a server with 768MB RAM and a Pentium 3 CPU, took a total of 22 seconds to answer them, the longest response took 32 milliseconds, the shortest
15%
04.04.2023
specification, denoted by the letter V. In this case, V10 once again delivers 10MBps, with the higher V60 or V90 (90MBps) intended for high-rate or high-definition video capture.
Bus specification could
15%
23.02.2012
/open64/64/1 intel-tbb/ia32/22_20090809oss open64/4.2.2.2
bonnie++/1.96 intel-tbb/intel64/22_20090809oss openmpi/gcc/64/1.3.3
cmgui/5.0
15%
02.02.2021
dockerrepo.matrix.dev/gentoo-glibc:latest-amd64 && touch pushtime
Sending build context to Docker daemon 21.12MB
Step 1/2 : FROM dockerrepo.matrix.dev/gentoo-base:latest
---> 22fe37b24ebe
Step 2/2 : ADD
15%
04.11.2011
ACCEPT
-A RH-Firewall-1-INPUT -p tcp --dport 22 --syn -s 192.168.1.0/255.255.255.0 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp --dport 22 --syn -m limit --limit 6/m --limit-burst 5 -j ACCEPT
### end ssh
15%
02.02.2021
i < 1000:
21 my_data.append(data_w_weekend(i / 1000))
22 i += 1
23
24 # add some noise
25 random_gain = 0.1 # factor for the noise
26 i = 0
27 while i < 1000:
28 my_data[i] += np