48%
    
    
    02.02.2021
        
    
    	
        :
    
        	                    
	
	    
	
	    
In Equation 1, a
 is the application speedup, n
 is the number of processors, and p
 is the "parallel fraction" of the application (i.e., the fraction of the application that is parallelizable), ranging from 0
    
 
		    
				        
    48%
    
    
    16.05.2013
        
    
    	
        , with NOMODULES set, no modules are available:
Listing 2
Setting NOMODULES
$ module list
Currently Loaded Modulefiles:
  1) fftw/3.3.2/gnu4  2) mpich2/1.4.1p1/gnu4
$ ssh n0
$ module list
Currently
    
 
		    
				        
    48%
    
    
    07.06.2019
        
    
    	
        _web    latest   c100b674c0b5   13 months ago   19MB
nginx        alpine   bf85f2b6bf52   13 months ago   15.5MB
With the image ID in hand, you can inspect the image manifest:
docker inspect bf85f2b6bf52
    
 
		    
				        
    48%
    
    
    22.12.2017
        
    
    	
           in   cs us sy id wa st
04  1  0      0 5279852   2256 668972    0    0  1724    25  965 1042 17  9 71  2  0
05  1  0      0 5269008   2256 669004    0    0     0     0 2667 1679 28  3 69  0  0
06  1  0
    
 
		    
				        
    48%
    
    
    06.10.2019
        
    
    	
         );
19     printf("source: %s\ntarget: %s\n",source,target);
20     return 0;
21   }
    
        	                    
	
	    
	
	
Figure 3: Splint warns the programmer of a likely out
    
 
		    
				        
    48%
    
    
    05.08.2024
        
    
    	
        :
  curl git pkg-config
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 3,409 kB of archives.
After this operation, 19.5 MB of additional disk space will be used.
Get:1 http
    
 
		    
				        
    48%
    
    
    21.08.2014
        
    
    	
        't connect to $remote_host:$remote_port: $@ \n";
17
18
19 while() {
20  my @lavg = Sys::CpuLoad::load();
21  my $ts=time();
22  print $socket "system.loadavg_1min $lavg[0] $ts\n";
23  print $socket "system
    
 
		    
				        
    48%
    
    
    01.04.2014
        
    
    	
         applications on virtual machines. In fact, most of what you will find in Cloudify recipes can be achieved by integrating Chef Cookbooks.
Looking Forward: Cloudify 3.0
The current Cloudify version 2.6 has
    
 
		    
				        
    48%
    
    
    05.12.2014
        
    
    	
        . For example, to run a report every three seconds for five iterations on eth0, you would use the command in Listing 4.
Listing 4
capstats
/opt/bro/bin/capstats -I 3 -n 5 -i eth0
1415510235
    
 
		    
				        
    48%
    
    
    13.04.2023
        
    
    	
         of packages in the file req.txt
 in the home directory of the anaconda
 user that can be used to create the shared_env
 environment:
$ /opt/apps/anaconda3/bin/conda create -n shared_env --file ./req