100%
    
    
    30.01.2020
        
    
    	
        Jeff Layton ...  
To improve the performance of your applications, you need to conduct some kind of dynamic (program, software, code) analysis, also called profiling, to measure metrics of interest. A key metric ...  Profiling your Python code – as a whole or by function – shows where you should spend time speeding up your programs. ...  Profiling Python code ...  In Profile
    
 
		    
				        
    74%
    
    
    14.03.2013
        
    
    	
        Jeff Layton ...   opinion, the answer is given in the quotes at the beginning of the article but adapted for HPC – "know your application." To know your application, develop a complete profile of it.
Profiling and Tracing ...  Profiling: The Key to Survival ...  Profiling application resource usage
    
 
		    
				        
    47%
    
    
    09.10.2017
        
    
    	
        Jeff Layton ...   usage, and can be a great help to users.
Infos
HPC monitoring articles: http://www.admin-magazine.com/content/search?SearchText=Layton+monitoring&x=0&y=0
HPC profiling articles: http://www ...  Remora combines profiling and system monitoring to help you get to the root of application problems by revealing its use of resources.
    
 
		    
				        
    41%
    
    
    25.03.2021
        
    
    	
        Jeff Layton ...  : REsource MOnitoring for Remote Applications [2], from the University of Texas Advanced Computing Center (TACC), combines monitoring and profiling to provide information about your application. Not strictly ...  Remora provides per-node and per-job resource utilization data that can be used to understand how an application performs on the system through a combination of profiling and system monitoring.
    
 
		    
				        
    39%
    
    
    10.06.2015
        
    
    	
        
In this article, I use the terms "Profile Management" and "UEM" (user environment management) to summarize tools that are able to transfer user configurations selectively from one machine or session ...  In previous versions of App-V, using a profile management tool was nice but not essential. The tide has clearly turned with App-V version 5. We examine the profile management needs for different App ...  App-V 5 Profile Management ...  Nothing works without a profile ...  Profiling
    
 
		    
				        
    34%
    
    
    31.10.2025
        
    
    	
        Jeff Layton ...  /init.d/openlava
cp /etc/profile.d/openlava.csh /var/chroots/sl6.2/etc/profile.d/openlava.csh
cp /etc/profile.d/openlava.sh /var/chroots/sl6.2/etc/profile.d/openlava.sh
cd /var/chroots/sl6.2/etc/rc.d/rc0.d
ln -s
    
 
		    
				        
    33%
    
    
    26.01.2025
        
    
    	
        Jeff Layton ...  , and Simulation (PMBS24) [4] titled "System-Wide Roofline Profiling – A Case Study on NERSC's Perlmutter Supercomputer." [5]
    
        	                    
	
	    
	
	
Figure 1: FLOP types at NERSC (cropped
    
 
		    
				        
    33%
    
    
    05.02.2019
        
    
    	
        Jeff Layton ...   the parallel loop directive.
Although I do not want to change your coding style, ideally, adding directives to code should be driven by profiling and tracing. Profiling determines the routines where most
    
 
		    
				        
    33%
    
    
    27.09.2021
        
    
    	
        Jeff Layton ...  
The Darshan [1] userspace tool is often used for I/O profiling of HPC applications. It is broken into two parts: The first part, darshan-runtime
, gathers, compresses, and stores the data
    
 
		    
				        
    33%
    
    
    02.02.2021
        
    
    	
        Jeff Layton ...   by parallelizing your code? Depending on your code and your skills, you have a number of paths to parallelization, but after some hard work profiling and lots of testing, your application is successfully