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
41805dcb6885c813e69455934af4612654292765
astaroth
/
src
/
core
History
jpekkila
41805dcb68
Added some error checking for the case where user supplies an incomplete meshinfo to acDeviceLoadMeshInfo
2019-08-19 15:17:51 +03:00
..
kernels
Battled with math.h and cmath. We probably should move from C standard libraries to C++ ones internally (in places which are not visible via the interface)
2019-08-19 14:02:30 +03:00
astaroth.cu
Removed unnecessary comments
2019-08-12 13:31:24 +03:00
CMakeLists.txt
Added some preliminary pragma omps and verified that acIntegrate works as it should.
2019-08-07 19:08:52 +03:00
device.cu
Added some error checking for the case where user supplies an incomplete meshinfo to acDeviceLoadMeshInfo
2019-08-19 15:17:51 +03:00
errchk.h
Added WARNCHK_CUDA_ALWAYS to errchk.h
2019-07-22 13:05:08 +03:00
grid.cu
Multinode MPI implementation should be done later in its own branch. The focus of this branch is to revise the node and device layers. Commented out references to the Grid layer.
2019-08-02 13:54:54 +03:00
math_utils.h
Battled with math.h and cmath. We probably should move from C standard libraries to C++ ones internally (in places which are not visible via the interface)
2019-08-19 14:02:30 +03:00
node.cu
Implemented acNodeQueryDeviceConfiguration
2019-08-12 11:40:38 +03:00