This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
316d44b8436e7f4a964cbbabbb9dc2d023ab0406
astaroth
/
src
/
core
History
jpekkila
316d44b843
Fixed an out-of-bounds error with auto-optimization (introduced in the last few commits)
2019-12-03 16:04:44 +02:00
..
kernels
Fixed an out-of-bounds error with auto-optimization (introduced in the last few commits)
2019-12-03 16:04:44 +02:00
astaroth.cc
Now nvcc is used to compile kernels only. All host code, incl. device.cc, MPI communication and others are now compiled with the host C++ compiler. This should work around an nvcc/MPI bug on Puhti.
2019-12-03 15:12:17 +02:00
CMakeLists.txt
Fixed an out-of-bounds error with auto-optimization (introduced in the last few commits)
2019-12-03 16:04:44 +02:00
device.cc
Fixed an out-of-bounds error with auto-optimization (introduced in the last few commits)
2019-12-03 16:04:44 +02:00
errchk.h
Now nvcc is used to compile kernels only. All host code, incl. device.cc, MPI communication and others are now compiled with the host C++ compiler. This should work around an nvcc/MPI bug on Puhti.
2019-12-03 15:12:17 +02:00
grid.cc
Now nvcc is used to compile kernels only. All host code, incl. device.cc, MPI communication and others are now compiled with the host C++ compiler. This should work around an nvcc/MPI bug on Puhti.
2019-12-03 15:12:17 +02:00
math_utils.h
is_valid is now consistently overloaded (parameter passed as a reference). Older CUDA compilers complained about this.
2019-10-14 21:18:21 +03:00
node.cc
Reformatted
2019-12-03 15:14:26 +02:00