30%
    
    
    13.12.2022
        
    
    	
        -export-libs-9.11.36-3.el8_6.1.x86_64.rpm             579 kB/s | 1.1 MB     00:02    
(6/6): warewulf-4.3.0-1.git_235c23c.el8.x86_64.rpm               746 kB/s | 8.3 MB     00
    
 
		    
				        
    30%
    
    
    02.08.2021
        
    
    	
        
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1     S3ESNX0JA48075E      Samsung SSD 960 EVO 250GB                1          22.41  GB / 250.06  GB    512   B +  0 B   2B7QCXE7
/dev/nvme1n1     07b4753784e26c18     Linux
    
 
		    
				        
    29%
    
    
    11.05.2021
        
    
    	
        , 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);
 
   gFlops = 2*N*N*N / (elapsedTime * 1e+9);
 
   disp(sprintf("N = %4d
    
 
		    
				        
    28%
    
    
    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
    
 
		    
				        
    28%
    
    
    09.08.2015
        
    
    	
        
  
  -n
  
  Show version
  
  -v
  
Table 3
Editing Commands
  Action
  
  Command
  
  Add lines above this one
  
  i
  
  Add lines below this one
    
 
		    
				    
    28%
    
    
    21.08.2012
        
    
    	 
        .1 M
Total download size: 3.9 M
Installed size: 18 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): php-5.3.3-14.el6_3.x86_64.rpm                                    | 1.1 MB     00:00
(2/4): php-cli-5.3.3
    
 
		    
				    
    28%
    
    
    20.06.2022
        
    
    	 
        -millionth of a second) and has become crucial in areas such as the stock market and banking, telecom, and even self-driving automobiles.
To make this happen, Canonical uses the Ubuntu 22.04 LTS real-time kernel (which ...  Ubuntu Core 22 Has Finally Arrived
    
 
		    
				    
    28%
    
    
    07.07.2023
        
    
    	 
        
Inflection AI has raised $1.3 billion from investors including Microsoft and Nvidia to build an AI supercomputing cluster using 22,000 of the latest Nvidia GPU chips, reports Nick Flaherty ...  
The cluster will use 22,000 Nvidia GPU chips.
    
 
		    
				    
    28%
    
    
    18.10.2017
        
    
    	 
         and Machine Learning
Performance Modeling and Measurement
Submitted papers will be double-blind peer-reviewed by at least four reviewers. The deadline for submissions is December 22, 2017. See the ISC ...  
Submissions for the leading European HPC event are due by December 22.
    
 
		    
				        
    27%
    
    
    17.06.2017
        
    
    	
        -1) = 0.25 *  (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n))
Using forall, the same can be written as:
forall (i=2:n-1, j=2:n-1) a(i,j) = 0.25*(a(i-1,j) + a(i+1,j) + a(i,j-1) + a(i,j+1