Updates for version 3.1.0 - Big Smoke. These updates are predominately to enable gprMax to be run on GPUs using NVIDIA CUDA.

这个提交包含在:
Craig Warren
2017-06-19 16:24:08 +01:00
父节点 939a6322a1
当前提交 3c8e5bab1b
共有 41 个文件被更改,包括 3282 次插入73 次删除

查看文件

@@ -1,4 +1,4 @@
# This file may be used to create an environment using:
# This file may be used to create a conda environment using:
# $ conda create --name gprMax --file <this file>
name: gprMax
@@ -9,12 +9,28 @@ dependencies:
- h5py
- jupyter
- matplotlib
- mpi4py
- numpy
- psutil
- pyqt=4.11.4
- scipy
- pip:
- mpi4py
- terminaltables
- tqdm
#name: gprMax-essential
#dependencies:
#- python>=3.4
#- colorama
#- cython
#- h5py
#- numpy
#- psutil
#- scipy
#
#- pip:
# - pycuda
# - terminaltables
# - tqdm