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
b0cfceab9804b1cc33624022a9dee8333f3129ae
astaroth
/
samples
History
jpekkila
b0cfceab98
Merged with master
2020-08-19 16:16:06 +03:00
..
benchmark
Fetched improvements to benchmarks from the mpi-paper-benchmarks branch
2020-08-19 12:03:15 +03:00
bwtest
Now using MPI C bindings instead of the (deprecated?) C++ bindings due to compilation issues on some machines (error: cast between incompatible function types, ompi_mpi_cxx_op_intercept)
2020-08-19 15:50:16 +03:00
cpptest
Setting inv_dsx etc explicitly is no longer required as they are set to default values in acc/stdlib/stdderiv.h
2020-01-28 18:22:27 +02:00
ctest
Major improvement: uniforms can now be set to default values. The syntax is the same as for setting any other values, f.ex. 'uniform Scalar a = 1; uniform Scalar b = 0.5 * a;'. Undefined uniforms are still allowed, but in this case the user should load a proper value into it during runtime. Default uniform values can be overwritten by calling any of the uniform loader funcions (like acDeviceLoadScalarUniform). Improved also error checking. Now there are explicit warnings if the user tries to load an invalid value into a device constant.
2020-01-28 18:17:31 +02:00
fortrantest
Added a sample for testing the Fortran interface
2020-06-25 06:35:13 +03:00
genbenchmarkscripts
Fetched improvements to benchmarks from the mpi-paper-benchmarks branch
2020-08-19 12:03:15 +03:00
mpi_reduce_bench
Automatic calculation of nodes based on processes
2020-06-10 16:51:35 +03:00
mpitest
Removed an old unused file
2020-07-29 20:01:11 +03:00
standalone
Moved standalone from src to samples
2020-08-19 13:35:49 +03:00