18%
    
    
    10.06.2015
        
    
    	
        " ; shift
20     local display_list="$1"
21     while read display width_mm height_mm width height ; do
22         if [[ "$display" == "$find_display" ]] ; then
23             echo ${width}x${height}
24
    
 
		    
				        
    18%
    
    
    04.12.2013
        
    
    	
        
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
 ...   common in HPC to illustrate these differences: C, Fortran 90, and Python (2.x series). I run the examples on a single 64-bit system with CentOS 6.2 using the default GCC compilers, GCC and GFortran (4 ...  
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
 ...  Tuning I/O Patterns in Fortran 90
    
 
		    
				        
    17%
    
    
    03.02.2022
        
    
    	
        
  
   
  
  Dual core up to 1.2GHz
  
  System memory
  
  2GB DDR4 (1GB models also ship)
  
  Storage
  
  1x SATA interface
  
   
  
  1x micro SD card slot
  
   
  
  Footprint for optional 4GB
    
 
		    
				    
    17%
    
    
    28.06.2011
        
    
    	 
        -Manage:
novammanage user admin rwartala
This process creates an access key and a security key:
export EC2_ACCESS_KEY=713211a477a154470fUU
ae543346b52e30a0e
export EC2_SECRET_KEY=244de6a188aa344e12UU
9521003ac756abbdf
    
 
		    
				        
    17%
    
    
    02.02.2021
        
    
    	
         theoretical speedup can't exceed 2x, as you see in Figure 2. Furthermore, it's not practical to use more than 12 cores to run this code, because it can attain more than 90 percent of the maximum theoretical
    
 
		    
				        
    17%
    
    
    17.06.2017
        
    
    	
             real :: diameter
08     real :: radius
09     real :: area
10   end type meta_data
11
12   contains
13     subroutine meta_comp(r, item)
14        type(meta_data) :: item
15        item%diameter = 2.0
    
 
		    
				        
    17%
    
    
    27.09.2021
        
    
    	
        
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
64 bytes from 52.90.56.122: icmp_seq=3 ttl=48
time=40.492 ms
[ output truncated ]
Welcome to Ubuntu 20.04.1 LTS
    
 
		    
				        
    17%
    
    
    06.05.2024
        
    
    	
         various components, ranging from the small Cluster HAT, to a small Raspberry Pi cluster, to an eight-node x86 stack. In my previous home I had three 20A circuits installed for clusters, I really like great
    
 
		    
				        
    16%
    
    
    01.06.2024
        
    
    	
         fashion when promised double-digit speedups like 10x by a vendor who has yet to see your code. Accomplishing a 10x speedup requires that 90 percent of the execution time be parallelized.
The span of your
    
 
		    
				        
    16%
    
    
    18.03.2020
        
    
    	
        ='/home/laytonjb/pgilinux-2019-1910-x86-64.tar.gz', mpi=True)
 
Stage0 += copy(src='poisson_mpi.f90', dest='/var/tmp/poisson_mpi.f90')
Stage0 += shell(commands=['mpif90 /var/tmp/poisson_mpi.f90 -o /usr