30%
    
    
    14.03.2013
        
    
    	
         wrote this article I have started running test applications as Platform-as-a-Service apps in OpenShift [3]. OpenShift now also has a cartridge that lets you install MongoDB as an add-on. If you
    
 
		    
				        
    30%
    
    
    30.01.2020
        
    
    	
        |            0|  0.00%|    #  Compute the kinetic energy
   202|        50|  0.000184059|  3.68118e-06|  0.00%|    kinetic = 0.0
   203|       200|  0.000753641|  3.76821e-06|  0.00%|    for k in range(0, d
    
 
		    
				        
    30%
    
    
    09.01.2019
        
    
    	
         3: Gang Execution
  Fortran
  
  C
  
  
!$acc parallel
   do i=1,n
      ! do something
   enddo
!$acc end parallel
 
 
  
  
#pragma acc parallel
{
   for (int i=0; i < n
    
 
		    
				    
    30%
    
    
    17.09.2013
        
    
    	 
         of an uncorrectable error by factors of 9–400.
Uncorrectable errors following a correctable error are still small at 0.1%–2.3% per year.
The incidence of correctable errors increases with age
    
 
		    
				        
    30%
    
    
    13.10.2020
        
    
    	
        
You ha
ve parallelized your serial application
,
 but as you use more cores you are 
n
o
t seeing any improvement
 in performance
. What gives?
 ...   and increasing the wall clock time.
Notice that the peak speedup is only about a
 = 3.0 and happens at around 16 processors. This speedup is less than that predicted by Amdahl’s Law (a
 = 5). Note that you can ...  
You
 ha
ve parallelized your serial application
,
 but as you use more cores you are 
n
o
t seeing any improvement
 in performance
. What gives?
    
 
		    
				        
    30%
    
    
    10.07.2017
        
    
    	
         with the original Raspberry Pi Model A, ranging from two to more than 250 nodes. That early 32-bit system had a single core running at 700MHz with 256MB of memory. You can build a cluster of five RPi3 nodes with 20
    
 
		    
				        
    30%
    
    
    02.02.2021
        
    
    	
         and increasing the wall clock time.
Notice that the peak speedup is only about a
 = 3.0 and happens at around 16 processors. This speedup is less than that predicted by Amdahl's Law (a
 = 5). Note that you can
    
 
		    
				        
    30%
    
    
    13.02.2017
        
    
    	
         key. The command
sudo a2enmod ssl && sudo service apache2 restart
enables the SSL module for Apache.
Configuring the SSL Default Page
Next, focus your attention on the /etc/apache2/sites ...  Locally hosted collaboration servers are an alternative to letting employees swap files in a public cloud. We show you how to set up an ownCloud 9 environment on Ubuntu 16.04 LTS.
    
 
		    
				        
    30%
    
    
    30.11.2020
        
    
    	
         cri-o-${CRIO_VERSION}
The following NEW packages will be installed
  cri-o-1.17
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 17.3 MB of archives.
After this operation
    
 
		    
				        
    30%
    
    
    07.03.2019
        
    
    	
         acc parallel loop
      {
         for (j=0; j < m; j++) {
            ...
         }
      }
      ...
   }
}
  
Table 3: Single-Directive Nested Loop
  Fortran
  
  C
  
  
!$acc parallel loop
   do i=1,n
      ...
      do