Giter Site home page Giter Site logo

babrodtk / gpu-ocean Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metno/gpu-ocean

0.0 0.0 0.0 427.45 MB

GPU Ocean OpenCL/C++ codebase

License: GNU General Public License v3.0

Jupyter Notebook 98.58% C 0.08% Python 1.02% MATLAB 0.01% Cuda 0.29% Shell 0.01%

gpu-ocean's Introduction

Build Status Coverage Status

gpu-ocean

GPU Ocean codebase.

Installation

In order to run this code, you need to have access to a CUDA enabled GPU, with CUDA toolkit and appropriate drivers installed. 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.

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

  • Install miniconda (which is a minimal subset of Anaconda)
  • Install jupyter notebook (unless you already have it installed on your system) by opening a terminal (or Anaconda prompt if on Windows) and type
    conda install -c conda-forge jupyter
    
  • Install the conda extensions that allows jupyter notebook to select conda environments as kernels:
    conda install -c conda-forge nb_conda_kernels
    
  • Create a new conda environment according to the environment file in this repository
    conda env create -f conda_environment.yml
    

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*" http://gpu-ocean.met.no:9000/gpu_ocean

gpu-ocean's People

Contributors

havahol avatar setmar avatar jo-asplin-met-no avatar kaihc avatar xbrogo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.