dbeurle / neon

A finite element code
Other
12 stars 8 forks source link

Maintenance #57

Closed dbeurle closed 6 years ago

dbeurle commented 6 years ago

Several changes to:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 82.002% when pulling cfe5d26cd5a56f35361e6f90b3de5a0319423424 on cuda-fix into 0448414e5b47ee32df79c5c6d8fd9fe35f67b418 on master.

shadisharba commented 6 years ago

Cmake with release configuration generates a file containing: CXX_FLAGS = -O2 -DNDEBUG -O3 -DNDEBUG -std=gnu++1z ... Will this compile with -O2 or -O3 optimisation?

dbeurle commented 6 years ago

It should overwrite and take the last one?