62%
    
    
    03.12.2015
        
    
    	
         containers.
  
First Container
After a successful installation, you can create the first container with a simple command:
lxc-create -t ubuntu -n ubuntu_test
Don't forget to obtain root privileges
    
 
		    
				        
    61%
    
    
    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 ...  . The first configuration file is slurm.conf 
(Listing 1).
Listing 1: slurm.conf
01 #
02 # Example slurm.conf file. Please run configurator.html
03 # (in doc/html) to build a configuration file customized
04 ...  
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
    
 
		    
				        
    61%
    
    
    04.11.2011
        
    
    	
         on enterprise-grade rack hardware, there is no reason one cannot follow along at home with a few beige boxes and an 10Mb hub, as long as the servers are capable of booting from the network with PXE [6]. PXE
    
 
		    
				        
    61%
    
    
    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
    
 
		    
				        
    61%
    
    
    02.02.2021
        
    
    	
        5221548db     58 seconds ago       5.67MB
          80dc7d447a48     About a minute ago   167MB
alpine     3.9        78a2ce922f86     5 months ago         5.55MB
The command you really
    
 
		    
				        
    61%
    
    
    11.02.2016
        
    
    	
         +----------------------------------+---------+---------------------+
40 | 47e0142a3638fdc24fe40d4e4fbce3f1 |  Row 1  | 2015-09-13 15:24:12 |
41 | b833c1e4c5bfc47d0dbe31c2e3f30837 |  Row 3  | 2015-09-13 15:24:14 |
42 | c7d46523a316de4e1496c65c3cbdf358 |  Row 2  | 2015
    
 
		    
				        
    61%
    
    
    02.08.2022
        
    
    	
        .
The primary changes made to the benchmarks of the latest version 3.4.2 of the NPB are:
added class F to the existing S, W, A, B, C, D, E
added dynamic memory allocation
added MPI and Open
    
 
		    
				        
    61%
    
    
    05.12.2016
        
    
    	
         Configuration
CHANGE MASTER TO
MASTER_USER='replication',
MASTER_PASSWORD='<a_good_Password>',
MASTER_HOST='192.168.23.192',
MASTER_LOG_FILE='mariadb-bin.00008',
MASTER_LOG_POS=615822;
Listing 9
    
 
		    
				    
    61%
    
    
    16.10.2012
        
    
    	 
         6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines 9-12), close the stream (line 14), and send the response
    
 
		    
				        
    61%
    
    
    28.11.2023
        
    
    	
        ):
ssh-keygen -t ed25519 -a 100 -f
ubuntu-sre-id_ed25519 -q -N
2. Copy the SSH public key data on the target server to the authorized_keys file in the $HOME/.ssh directory. You can use the secure copy