19%
    
    
    15.02.2012
        
    
    	 
        
  
  2
  
  0
  
  0
  
  0
  
  0
  
  0
  
  2
  
  256KB < < 512KB
  
  2
  
  2
  
  2
  
  3
  
  2
  
  2
  
  2
  
  3
  
  512KB < < 1MB
  
  3
  
  2
  
  2
    
 
		    
				    
    19%
    
    
    26.01.2012
        
    
    	 
        
  
  2
  
  0
  
  0
  
  0
  
  0
  
  0
  
  2
  
  256KB < < 512KB
  
  2
  
  2
  
  2
  
  3
  
  2
  
  2
  
  2
  
  3
  
  512KB < < 1MB
  
  3
  
  2
  
  2
    
 
		    
				        
    19%
    
    
    25.09.2023
        
    
    	
        
  
   
  
  Quad-core Xuantie C910
  
   
  
  64KB+64KB data/instruction caches per core
  
   
  
  1MB shared L2 cache
  
  GPU
  
  50GFLOPS BXM-4-64
  
  NPU 
  
  4TOPS INT8 at 1GHz
    
 
		    
				        
    19%
    
    
    27.08.2014
        
    
    	
         was the sequential write test using 1MB record sizes:
./iozone -i 0 -c -e -w -r 1024k -s 32g -t 2 -+n > iozone_write_1.out
To gather the block statistics, I ran ioprof in a different terminal window before I ran
    
 
		    
				        
    19%
    
    
    04.08.2020
        
    
    	
        -slim[build]: info=image id=sha256:231d40e811cd970168fb0c4770f2161aa30b9ba6fe8e68527504df69643aa145 size.bytes=126323486 size.human=126 MB
docker-slim[build]: info=image.stack index=0 name='nginx:latest' id='sha256
    
 
		    
				        
    18%
    
    
    04.12.2013
        
    
    	
         to change lines 12 and 14. To make life easier, I will refer to this as the “array” code, as I did with the C example.
Listing 2F: F90 Code Example with Output in Loop (Array)
 1    program ex1a
 2     
 3
    
 
		    
				        
    18%
    
    
    30.01.2020
        
    
    	
        
Conversion
$ sudo lvs -a vg-cache -o devices,segtype,lvattr,name,vgname,origin
  Devices          Type       Attr       LV              VG       Origin
  /dev/nvme0n1(0)  linear     Cwi-aoC--- [fast
    
 
		    
				        
    18%
    
    
    05.12.2019
        
    
    	
         practices, discusses how elements of the Fortran 2003 standard [3] can integrate C and Fortran. The iso_c_binding module of Fortran 2003-compliant compilers matches Fortran and C types with named constants
    
 
		    
				        
    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