submodule update
This commit is contained in:
		
							parent
							
								
									4eec686507
								
							
						
					
					
						commit
						deabcc3283
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @ -25,6 +25,8 @@ DBADDR = "0.0.0.0:27017"  # don't use localhost | |||||||
| include env.local | include env.local | ||||||
| 
 | 
 | ||||||
| N_CORES = 5 | N_CORES = 5 | ||||||
|  | # insert kres files into database in chunks, for fewer connections
 | ||||||
|  | KRES_CHUNK_SIZE = 100 | ||||||
| export
 | export
 | ||||||
| 
 | 
 | ||||||
| .PHONY: python-env fill-database | .PHONY: python-env fill-database | ||||||
| @ -76,6 +78,7 @@ fill-database-kres: data/samples | |||||||
| 		--ssj-file $(SSJ_FILE) --kres-srl-folder $(KRES_SRL_FOLDER) \
 | 		--ssj-file $(SSJ_FILE) --kres-srl-folder $(KRES_SRL_FOLDER) \
 | ||||||
| 		--output $(OUTPUT) --outdir $(OUTDIR) --dbaddr $(DBADDR) \
 | 		--output $(OUTPUT) --outdir $(OUTDIR) --dbaddr $(DBADDR) \
 | ||||||
| 		--dbuser $(DB_USR_USER) --dbpass $(DB_USR_PASS) \
 | 		--dbuser $(DB_USR_USER) --dbpass $(DB_USR_PASS) \
 | ||||||
|  | 		--chunk-size $(KRES_CHUNK_SIZE) \
 | ||||||
| 		--cores $(N_CORES) | 		--cores $(N_CORES) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1 +1 @@ | |||||||
| Subproject commit 3276619e6f69c5a8fbc8e163d489904303a4a91c | Subproject commit 792c0b03fdc0e58f4ed886f8b3b7414db27f7303 | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user