BerkeleyLab / inference-engine

A deep learning library for use in high-performance computing applications in modern Fortran
Other
25 stars 6 forks source link

Segmentation fault when running examples on main branch #168

Closed davytorres closed 2 months ago

davytorres commented 2 months ago

For some reason, when I clone the main branch, I get a segmentation fault when I run the examples (e.g. learn-addition) using gfortran version 14.1.0.

fpm run --example learn-addition --profile release --flag "-fopenmp" -- --output-file "test-addition-output"

rouson commented 2 months ago

@davytorres I think this has been fixed so I'm closing the issue. Let me know if you still see the problem.