You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							#!/bin/bash
 | 
						
						
						
						
							 | 
							
							#BSUB -P fus123
 | 
						
						
						
						
							 | 
							
							#BSUB -W 0:20
 | 
						
						
						
						
							 | 
							
							#BSUB -nnodes 2
 | 
						
						
						
						
							 | 
							
							#BSUB -J cublas-nsys-test
 | 
						
						
						
						
							 | 
							
							#BSUB -o cublas-nsys-test.%J
 | 
						
						
						
						
							 | 
							
							#BSUB -q debug
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							./run.sh noum none 2 6
 | 
						
						
						
						
							 | 
							
							./run.sh noum nsys 2 6
 | 
						
						
						
						
							 | 
							
							./run.sh noum none 1 6 &
 | 
						
						
						
						
							 | 
							
							./run.sh noum nsys 1 6
 | 
						
						
						
						
							 | 
							
							wait
 | 
						
						
						
						
							 | 
							
							./run.sh noum none 1 3 &
 | 
						
						
						
						
							 | 
							
							./run.sh noum nsys 1 3
 | 
						
						
						
						
							 | 
							
							wait
 |