forked from jan/opencl_fdtd
		
	move code to new location
This commit is contained in:
		
							parent
							
								
									a67009d1c8
								
							
						
					
					
						commit
						aab57412a5
					
				@ -27,16 +27,16 @@ electromagnetic simulations on parallel compute hardware (mainly GPUs).
 | 
			
		||||
* numpy
 | 
			
		||||
* pyopencl
 | 
			
		||||
* jinja2
 | 
			
		||||
* [fdfd_tools](https://mpxd.net/gogs/jan/fdfd_tools)
 | 
			
		||||
* [fdfd_tools](https://mpxd.net/code/jan/fdfd_tools)
 | 
			
		||||
 | 
			
		||||
Optional (used for examples):
 | 
			
		||||
* dill (for file output)
 | 
			
		||||
* [gridlock](https://mpxd.net/gogs/jan/gridlock)
 | 
			
		||||
* [masque](https://mpxd.net/gogs/jan/masque)
 | 
			
		||||
* [gridlock](https://mpxd.net/code/jan/gridlock)
 | 
			
		||||
* [masque](https://mpxd.net/code/jan/masque)
 | 
			
		||||
 | 
			
		||||
To get the code, just clone this repository:
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://mpxd.net/gogs/jan/opencl_fdtd.git
 | 
			
		||||
git clone https://mpxd.net/code/jan/opencl_fdtd.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
You can install the requirements and their dependencies easily with
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@ numpy
 | 
			
		||||
h5py
 | 
			
		||||
pyopencl
 | 
			
		||||
jinja2
 | 
			
		||||
-e git+https://mpxd.net/gogs/jan/float_raster.git@release#egg=float_raster
 | 
			
		||||
-e git+https://mpxd.net/gogs/jan/gridlock.git@release#egg=gridlock
 | 
			
		||||
-e git+https://mpxd.net/gogs/jan/masque.git@release#egg=masque
 | 
			
		||||
-e git+https://mpxd.net/gogs/jan/fdfd_tools.git@master#egg=fdfd_tools
 | 
			
		||||
-e git+https://mpxd.net/code/jan/float_raster.git@release#egg=float_raster
 | 
			
		||||
-e git+https://mpxd.net/code/jan/gridlock.git@release#egg=gridlock
 | 
			
		||||
-e git+https://mpxd.net/code/jan/masque.git@release#egg=masque
 | 
			
		||||
-e git+https://mpxd.net/code/jan/fdfd_tools.git@master#egg=fdfd_tools
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -7,7 +7,7 @@ setup(name='opencl_fdtd',
 | 
			
		||||
      description='OpenCL FDTD solver',
 | 
			
		||||
      author='Jan Petykiewicz',
 | 
			
		||||
      author_email='anewusername@gmail.com',
 | 
			
		||||
      url='https://mpxd.net/gogs/jan/opencl_fdtd',
 | 
			
		||||
      url='https://mpxd.net/code/jan/opencl_fdtd',
 | 
			
		||||
      packages=find_packages(),
 | 
			
		||||
      package_data={
 | 
			
		||||
          'opencl_fdfd': ['kernels/*']
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user