16%
    
    
    02.08.2021
        
    
    	
          %util
sda             10.91    6.97    768.20    584.64     4.87    18.20  30.85  72.31   13.16   20.40   0.26    70.44    83.89   1.97   3.52
nvme0n1         58.80   12.22  17720.47     48.71   230
    
 
		    
				        
    16%
    
    
    12.05.2021
        
    
    	
          30.85  72.31   13.16   20.40   0.26    70.44    83.89   1.97   3.52
nvme0n1         58.80   12.22  17720.47     48.71   230.91     0.01  79.70   0.08    0.42    0.03   0.00   301.34     3
    
 
		    
				        
    16%
    
    
    01.08.2019
        
    
    	
        
  
       
  
       
  
       
  
  whoami
  
  ls -al /usr/share/nginx
  
       root
  
       total 12
  
       
  
       drwxr-xr-x 3 root root 4096 Feb 6 08:11 .
  
       
  
       drwxr-xr-x 1 root root 4096 Feb 18 13
    
 
		    
				        
    16%
    
    
    10.04.2015
        
    
    	
         the patch for kernel versions 3.18 and 3.19.x [17]. If you are uncertain as to how to proceed, you can either look for help on the Internet or check out Julian Kirsch's [12] master's thesis. You will find
    
 
		    
				        
    16%
    
    
    16.01.2013
        
    
    	
        
-------------------------------------------------------------------------------
global                  -               -     -       -       -       -       -
master                  linux-x64       1  0.20  590.8M   68.1M  243.2M     0.0
node001                 linux-x64       1  0.08
    
 
		    
				        
    16%
    
    
    17.02.2015
        
    
    	
        
  
  MinnowBoard Max
  
  Linux, Windows 8.1
  
  Intel E3825
  
  Dual x86 ATOM, 64-bit @1.33GHz (1MB L2)
  
  Intel Graphics @533MHz
  
   
  
  2GB DDR3L
  
  GigE Ethernet, USB 2.0, USB 3
    
 
		    
				        
    16%
    
    
    17.06.2017
        
    
    	
        , parameter :: pi = 3.14159
03   end module circle_constant
04
05   program circle_comp
06 ! make the content of module available
07   use circle_constant
08   real :: r
09 !
10   r = 2.0
11   write(*,*) 'Area
    
 
		    
				        
    16%
    
    
    01.06.2024
        
    
    	
        * argv[])
08 {
09     long niter = 1000000000;
10     int myid;                       //holds process's rank id
11     double x,y;                     //x,y value for the random coordinate
12     int i;
13
    
 
		    
				        
    16%
    
    
    04.04.2023
        
    
    	
        .5.13-2.el8                          appstream        29 k
 numactl-libs               x86_64 2.0.12-13.el8                         baseos           35 k
 ohpc-filesystem            noarch 2.6-2.3.ohpc.2
    
 
		    
				        
    16%
    
    
    16.05.2013
        
    
    	
        ,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get