15%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value
15%
25.09.2023
-config
22 mountPath: /etc/nginx/nginx.conf
23 subPath: nginx.conf
24 volumes:
25 - name: nginx-config
26 configMap:
27 name: nginx-config
Listing 10
15%
05.08.2024
.Exit(1)
15 }
16
17 run(os.Args[1])
18 }
19
20 func row() {
21 for i := 0; i < size; i++ {
22 for j := 0; j < size; j++ {
23 array[i][j]++
24 }
25 }
26 }
27
28
15%
05.11.2018
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy ... Default=none
22 SlurmctldPidFile=/var/run/slurmctld.pid
23 SlurmdPidFile=/var/run/slurmd.pid
24 ProctrackType=proctrack/cgroup
25 PluginDir=/usr/lib/slurm
26 ReturnToService=1
27 TaskPlugin=task/cgroup
28 # TIMERS ...
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy
15%
03.04.2024
64ae120c27e504088d8c2ce29a0fa7f85c
The example code in Listing 2 uses Python to demonstrate how to use the API to retrieve user information. To begin, import the Python Requests API and define the URL
15%
13.12.2018
.
Listing 2
sinfo
$ sinfo -s
PARTITION AVAIL TIMELIMIT NODES(A/I/O/T) NODELIST
p100 up infinite 4/9/3/16 node[212-213,215-218,220-229]
sbatch
To submit a batch serial
15%
04.11.2011
at coding with OpenCL in the next article in this supplement. n
Info
[1] FAI:
[http://fai-project.org/]
[2] Partimage:
[http://www.partimage.org/Main_Page]
[3] SystemImager:
[http
15%
04.12.2024
, the use of in-memory storage engines, and advanced compression algorithms.
MongoDB Atlas is the fully managed, cloud-based database-as-a-service (DBaaS) platform. Atlas automates management tasks (i
15%
18.06.2014
( 1.28%) ( 39.62% cumulative)
[ 365- 504 days]: 2324 ( 0.60%) ( 40.22% cumulative)
[ 504- 730 days]: 3270 ( 0.84%) ( 41.06% cumulative)
[ 730-1095 days]: 37909 ( 9.77%) ( 50.83% cumulative)
[1095
15%
20.03.2014
://rny.io/nginx/postgresql/2013/07/26/simple-api-with-nginx-and-postgresql.html
Nginx WebSockets: http://nginx.org/en/docs/http/websocket.html
WebSockets with OpenResty: https://medium.com/p/1778601c9e05