metno / gpu-ocean

⛔️ DEPRECATED GPU Ocean Python/CUDA codebase
GNU General Public License v3.0
10 stars 14 forks source link

⛔️ DEPRECATED – GO TO https://github.com/metno/gpuocean

gpu-ocean

GPU Ocean codebase.

Installation

Requirements

In order to run this code, you need to have access to a CUDA enabled GPU, with CUDA toolkit and appropriate drivers installed.

Preparation steps on Windows

If you are on Windows, you also need to have installed Visual Studios and add the path to its bin folder in PATH. This is so that pycuda can find a C++ compiler. The following steps are an example how to yield those steps:

Set-up

We recommend that you set up your python environment using the package manager Conda as follows:

You should now be able to start a jupyter notebook server, open one of our notebooks, select the conda environment 'gpuocean' as kernel, and run the code.

Have fun!

Download all data files

cd <project root directory>
wget -r -np -nH -R "index.html*" -X icons http://gpu-ocean.met.no/gpu_ocean

For contributors

More information can be found in the wiki pages