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

AttributeError: CUDA_basic_domain instance #4

Open
schoeller opened this issue Sep 19, 2019 · 0 comments
Open

AttributeError: CUDA_basic_domain instance #4

schoeller opened this issue Sep 19, 2019 · 0 comments

Comments

@schoeller
Copy link

Dear all,

thanks for being able to try this code.

After having installed pycuda and calling python merimbula.py -gpu I receive

 --> Device attributes
    Name: Quadro K2000
    Compute capability: (3, 0)
    Concurrent Kernels: True
    Current cache/shared memory configure is  PREFER_NONE
 --> Enable GPU version
 --> Number of elements: 43200
 *** Enable GPU Evolve ***
Data copy in time: 0.0000020
Traceback (most recent call last):
  File "merimbula.py", line 173, in <module>
    for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime):
  File "/home/sebastian/Dokumente/Anuga/anuga-cuda/src/anuga_cuda/gpu_domain_basic.py", line 2646, in evolve
    self.distribute_to_vertices_and_edges()
  File "/home/sebastian/Dokumente/Anuga/anuga-cuda/src/anuga_cuda/gpu_domain_basic.py", line 1982, in distribute_to_vertices_and_edges
    self.centroid_coordinates_gpu,
AttributeError: CUDA_basic_domain instance has no attribute 'centroid_coordinates_gpu'

Any hints are welcome.

Best

Sebastian

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

1 participant