18%
    
    
    07.10.2014
        
    
    	
        .0 MB 2014-03-01 10:15  36467d       1
04   three.img    0  4.0 MB  0.0 MB  0.0 MB 2014-03-01 10:16  4e5a1c       3
05   two.img      0  4.0 MB  0.0 MB  0.0 MB 2014-03-01 10:15  a27d79       2
06   quark
    
 
		    
				        
    18%
    
    
    30.11.2020
        
    
    	
        ):
11
12   s = 0.0
13   s += h * f(a)
14   for i in range(1, n):
15     s += 2.0 * h * f(a + i*h)
16   # end for
17   s += h * f(b)
18   return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI
    
 
		    
				        
    18%
    
    
    19.11.2019
        
    
    	
         that the conversion took effect:
$ sudo lvs -a vg-cache -o devices,segtype,lvattr,name,vgname,origin
  Devices          Type       Attr       LV              VG       Origin
  /dev/nvme0n1(0)  linear     Cwi-aoC
    
 
		    
				        
    18%
    
    
    09.08.2015
        
    
    	
        
  
  -n
  
  Show version
  
  -v
  
Table 3
Editing Commands
  Action
  
  Command
  
  Add lines above this one
  
  i
  
  Add lines below this one
    
 
		    
				        
    18%
    
    
    11.04.2016
        
    
    	
        B/s (  2.2 Gbit/s)
128 KiB blocks:  2176.5 IO/s, 272.1 MiB/s (  2.3 Gbit/s)
256 KiB blocks:   751.2 IO/s, 187.8 MiB/s (  1.6 Gbit/s)
 512 KiB blocks:   448.7 IO/s, 224.3 MiB/s (  1.9 Gbit/s)
   1 MiB blocks
    
 
		    
				        
    18%
    
    
    07.11.2023
        
    
    	
         /dev/vg0/lv0
mke2fs 1.46.5 (30-Dec-2021)
Creating filesystem with 483184640 4k blocks and 120799232 inodes
Filesystem UUID: 7df63c80-0c91-4f71-9776-d704dadfad3a
Superblock
    
 
		    
				        
    18%
    
    
    02.08.2021
        
    
    	
         SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
   A = single( rand(N,N) );
   B = single( rand(N,N) );
   start = clock();
   C = A*B;
   elapsedTime = etime(clock(), start
    
 
		    
				        
    18%
    
    
    23.03.2022
        
    
    	
                 17495    17495         0  100% /snap/gnome-3-38-2004/99
/dev/sda1      183144448 38466772 144677676   22% /home2
/dev/loop9         64986    64986         0  100% /snap/gtk-common-themes/1515
/dev/loop11
    
 
		    
				        
    18%
    
    
    17.06.2017
        
    
    	
         of the array), has to be specified. The following are simple examples of a declaration
INTEGER, TARGET :: a(3), b(6), c(9)INTEGER, DIMENSION(:),POINTER :: pt2
and multidimensional arrays:
INTEGER, POINTER
    
 
		    
				        
    18%
    
    
    06.10.2019
        
    
    	
        ": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
 error now