| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -36,9 +36,9 @@ with Benchmarker() as bench:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        @bench(f"Connectivity 1 core with size {size}")
 | 
					 | 
					 | 
					 | 
					        @bench(f"Connectivity 1 core with size {size}")
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        def _(bm):
 | 
					 | 
					 | 
					 | 
					        def _(bm):
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            global index_1
 | 
					 | 
					 | 
					 | 
					            global index_1
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            os.system("CONFIG_FILE_PATH="+ GEN_CONFIG_FILES[index_1] + " mpirun -oversubscribe -np 1 python3 -m memory_profiler mpirunner.py")
 | 
					 | 
					 | 
					 | 
					            os.system(f"CONFIG_FILE_PATH={GEN_CONFIG_FILES[index_1]} TEST=True mpirun -oversubscribe -np 1 python3 mpirunner.py")
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            with bm:
 | 
					 | 
					 | 
					 | 
					            with bm:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                os.system("CONFIG_FILE_PATH="+ CONN_CONFIG_FILES[index_1] + " mpirun -oversubscribe -np 1 python3 -m memory_profiler mpirunner.py")
 | 
					 | 
					 | 
					 | 
					                os.system(f"CONFIG_FILE_PATH={CONN_CONFIG_FILES[index_1]} TEST=True mpirun -oversubscribe -np 1 python3 mpirunner.py")
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            ## teardown
 | 
					 | 
					 | 
					 | 
					            ## teardown
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            os.system("rm -rf ./tests/performance/tmp_gen_output")
 | 
					 | 
					 | 
					 | 
					            os.system("rm -rf ./tests/performance/tmp_gen_output")
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -47,9 +47,9 @@ with Benchmarker() as bench:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        @bench(f"Connectivity 8 core with size {size}")
 | 
					 | 
					 | 
					 | 
					        @bench(f"Connectivity 8 core with size {size}")
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        def _(bm):
 | 
					 | 
					 | 
					 | 
					        def _(bm):
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            global index_8
 | 
					 | 
					 | 
					 | 
					            global index_8
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            os.system("CONFIG_FILE_PATH="+ GEN_CONFIG_FILES[index_8] + " mpirun -oversubscribe -np 8 python3 -m memory_profiler mpirunner.py")
 | 
					 | 
					 | 
					 | 
					            os.system(f"CONFIG_FILE_PATH={GEN_CONFIG_FILES[index_8]} TEST=True mpirun -oversubscribe -np 8 python3 mpirunner.py")
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            with bm:
 | 
					 | 
					 | 
					 | 
					            with bm:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                os.system("CONFIG_FILE_PATH="+ CONN_CONFIG_FILES[index_8] + " mpirun -oversubscribe -np 8 python3 -m memory_profiler mpirunner.py")
 | 
					 | 
					 | 
					 | 
					                os.system(f"CONFIG_FILE_PATH={CONN_CONFIG_FILES[index_8]} TEST=True mpirun -oversubscribe -np 8 python3 mpirunner.py")
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            ## teardown
 | 
					 | 
					 | 
					 | 
					            ## teardown
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            os.system("rm -rf ./tests/performance/tmp_gen_output")
 | 
					 | 
					 | 
					 | 
					            os.system("rm -rf ./tests/performance/tmp_gen_output")
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |