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
825aa0efaa19ddf2c31717b213fcfee54d28efe2
astaroth
/
src
/
core
History
jpekkila
825aa0efaa
More warning flags for host code in the core library + small misc changes
2019-12-03 16:58:20 +02:00
..
kernels
More warning flags for host code in the core library + small misc changes
2019-12-03 16:58:20 +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
More warning flags for host code in the core library + small misc changes
2019-12-03 16:58:20 +02:00
device.cc
More warning flags for host code in the core library + small misc changes
2019-12-03 16:58:20 +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
More warning flags for host code in the core library + small misc changes
2019-12-03 16:58:20 +02:00