8%
    
    
    02.08.2021
        
    
    	
         of terminal user interface (TUI) libraries, including Ncurses [3] and Newt [4]. Jeff Layton has previously graced these pages with a tutorial on how TUI tools are developed today [5], and yours truly followed
    
 
		    
				        
    8%
    
    
    16.01.2013
        
    
    	
         method to calculate the value of pi:
$ grep -v local /etc/hosts | cut -d" " -f2 > ~/hostfile
$ nano pi.py
$ mpirun -np 2 -hostfile hostfile python pi.py
3.14192133333
Listing 8: pi.py
01 from mpi4py
    
 
		    
				        
    8%
    
    
    05.06.2013
        
    
    	
         to the question of how to get started writing programs for HPC clusters is, “learn MPI programming.” MPI (Message Passing Interface) is the mechanism used to pass data between nodes (really, processes).
Typically
    
 
		    
				        
    8%
    
    
    14.01.2016
        
    
    	
        . Be sure to keep a sys on it.
Info
3D XPoint: https://en.wikipedia.org/wiki/3D_XPoint
Layton, J., and Barton, E. "Fast Forward Storage & IO," http://storageconference.us/2014/Presentations
    
 
		    
				        
    8%
    
    
    05.11.2013
        
    
    	
         to the Xeon Phi. For even more convenience, developers can use the Message Passing Interface (MPI) to hand over computations. This approach is feasible because the Xeon Phi, to oversimplify things, looks just
    
 
		    
				        
    8%
    
    
    21.12.2017
        
    
    	
         essential is support for parallel programming models such as OpenMP (Open Multiprocessing, a directive-based model for parallelization with threads in a shared main memory) and MPI (Message Passing Interface
    
 
		    
				        
    8%
    
    
    20.04.2022
        
    
    	
         user.comment.name -v "Jeff Layton created this file" test.txt
The list of extended attributes for this file can be created:
$ getfattr test.txt
# file: test.txt
user.comment
user.comment.name
Now
    
 
		    
				        
    8%
    
    
    15.08.2016
        
    
    	
        
An excellent article by Jeff Layton [1] on nmon monitoring showed nmon to be a most useful performance assessment and evaluation tool. My experience and use of nmon focuses on Layton's statement
    
 
		    
				        
    8%
    
    
    13.06.2022
        
    
    	
         version 2.3, released in 1997, comprised a complete version of the benchmarks that used the Message Passing Interface (MPI), although the serial versions were still available.
In NPB release 3, three
    
 
		    
				        
    8%
    
    
    21.08.2012
        
    
    	
         applications more easily that have different environment requirements, such as different MPI libraries.
For this article, as with the previous ones, I will use the exact same system. The purpose of this article