STEllAR-GROUP / octotiger

Astrophysics program simulating the evolution of star systems based on the fast multipole method on adaptive Octrees
http://octotiger.stellar-group.org/
Boost Software License 1.0
48 stars 17 forks source link

Fix SYCL build and other typos #458

Closed G-071 closed 11 months ago

G-071 commented 11 months ago

A stray " / " managed to make it into the code, causing the SYCL builds to fail (we really need a SYCL Jenkins pipeline to catch errors like these, but I leave that for a future PR). Alongside removing the " / ", I also fixed a few other typos in error messages and added some information regarding the SYCL future type printed during the octotiger initialization.

Lastly, I began replacing cerr with cout where appropriate (partially addressing #454 ).