mirror of
				https://github.com/smyalygames/FiniteVolumeGPU.git
				synced 2025-10-31 13:07:41 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master'
This commit is contained in:
		
						commit
						bf8dc33b28
					
				
							
								
								
									
										31
									
								
								conda_environment.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								conda_environment.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,31 @@ | ||||
| # Assumes that conda, pip, build-essentials and cuda are installed | ||||
| --- | ||||
| name: ShallowWaterGPU | ||||
| channels: | ||||
| - conda-forge | ||||
| 
 | ||||
| dependencies: | ||||
| - python=3.7 | ||||
| - numpy | ||||
| - matplotlib | ||||
| - jupyter | ||||
| - netcdf4 | ||||
| - scipy | ||||
| - nb_conda_kernels | ||||
| - nbdime | ||||
| - mpi4py | ||||
| - ffmpeg | ||||
| - pycuda | ||||
| - ipyparallel | ||||
| - line_profiler | ||||
| 
 | ||||
| # Install conda environment (one-time operation): | ||||
| # $ conda env create -f conda_environment.yml | ||||
| # Activate environment | ||||
| # $ conda activate ShallowWaterGPU | ||||
| 
 | ||||
| # OPTIONAL: If you want to compile pycuda yourself, uncomment pycuda under  | ||||
| # "dependencies" above and do the following (one-time operation): | ||||
| #  - pycuda: $ pip3 install --no-deps -U pycuda | ||||
| # on Windows: make sure your visual studio c++ compiler is available in PATH | ||||
| # PATH should have something like C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\ | ||||
| @ -16,7 +16,7 @@ dependencies: | ||||
| # Install conda environment (one-time operation): | ||||
| # $ conda env create -f conda_environment_hpc.yml | ||||
| # Activate environment and install the following packages using pip: | ||||
| # $ conda activate ShallowWaterGPU | ||||
| # $ conda activate ShallowWaterGPU_HPC | ||||
| #  - pycuda: $ pip3 install --no-deps -U pycuda | ||||
| # on Windows: make sure your visual studio c++ compiler is available in PATH | ||||
| # PATH should have something like C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Martin Lilleeng Sætra
						Martin Lilleeng Sætra