adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
36 stars 10 forks source link

Add Caliper support to the build system #92

Closed Rombur closed 3 years ago

Rombur commented 3 years ago

For now, we are measuring a very limited number of functions. We need to increase this overtime. Also let me know if you have a better method that having #ifdef through the code.

Rombur commented 3 years ago

The error is a typo in the code:

/var/jenkins/workspace/adamantine/application/adamantine.cu(66): error: identifier "profiling_optional_database" is undefined

To see the log, go to artifact on the top right and then open pipeline.log. The warning is due to NVCC, it generates code that pedantic does not like.