Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding ANUGA GPU ​Version​ #3

Open
Girishchandra-Yendargaye opened this issue Oct 30, 2018 · 4 comments
Open

Regarding ANUGA GPU ​Version​ #3

Girishchandra-Yendargaye opened this issue Oct 30, 2018 · 4 comments

Comments

@Girishchandra-Yendargaye

Hello Sir,

This is regarding Easily availability to a GPU capable version ( Beta version is currently working).

Can you please tell us where can we get this version.

Can you please tell us Which CUDA version and GPU CARD does it supports.

Thank you,

Girishchandra Y.

@stoiver
Copy link

stoiver commented Oct 30, 2018 via email

@schoeller
Copy link

@stoiver : I don't know whether this is of any help, but I tried using Offloading through OpenMP on Ubuntu 19.04. I have not managed to profile yet, but it does not thrown any errors at least.

I did

1# Install packages
sudo apt-get install gcc-offload-nvptx

2# Enable compiler args
extra_args = ['-fopenmp', '-foffload=nvptx-none', '-fno-stack-protector', '-fopt-info-optimized-omp']

3# Edit pragma parts for example
#pragma omp parallel for private(i) to #pragma omp target teams distribute parallel for
I presume that there is a lot of improvement here. I am not competent in this matter.

4# Build and install using setup.py

5# Enabling profiling in Python
import cProfile

6# Log profile
A) Log-file: nvprof --log-file gpu.log python -m cProfile -s time runDamBreak.py > cpu.log
B) Graphical profiler: nvprof -o gpu.prof python -m cProfile runDamBreak.py

I presume one would have to study how effective this truly is.

@samcom12
Copy link

Following

@HarshaUgaveI
Copy link

Hello sir,
This is regarding installation of https://github.com/stoiver/anuga-cuda .
Facing boost issue while installing anuga_cuda. All the depenedencies and ANUGA is installed along with boost
Please provide installation guild and solution for the same.

Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants