add run
This commit is contained in:
		
							parent
							
								
									a91f55284d
								
							
						
					
					
						commit
						e4c8e3f79f
					
				@ -4,5 +4,6 @@
 | 
				
			|||||||
#SBATCH --output=./output/output_build.txt
 | 
					#SBATCH --output=./output/output_build.txt
 | 
				
			||||||
#SBATCH --error=./output/error_build.txt
 | 
					#SBATCH --error=./output/error_build.txt
 | 
				
			||||||
#SBATCH --nodelist=oc-compute02
 | 
					#SBATCH --nodelist=oc-compute02
 | 
				
			||||||
#SBATCH --mem=1G
 | 
					#SBATCH --mem=4G
 | 
				
			||||||
 | 
					#SBATCH -c16
 | 
				
			||||||
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build
 | 
					srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										9
									
								
								run.sbatch
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								run.sbatch
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					#SBATCH --time=01:30:00
 | 
				
			||||||
 | 
					#SBATCH --partition=cpu
 | 
				
			||||||
 | 
					#SBATCH --array=0-1
 | 
				
			||||||
 | 
					#SBATCH --output=./output/output_run_%j.txt
 | 
				
			||||||
 | 
					#SBATCH --error=./output/error_run_%j.txt
 | 
				
			||||||
 | 
					#SBATCH --nodelist=oc-compute02
 | 
				
			||||||
 | 
					#SBATCH --mem=8G
 | 
				
			||||||
 | 
					srun nix develop --command stack --no-nix --system-ghc --no-install-ghc run haga
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user