CaGe-graph / CaGe

The Chemical and abstract Graph environment
9 stars 2 forks source link

What is the GCC version used in this software? #52

Open lichengzhang1 opened 11 months ago

lichengzhang1 commented 11 months ago

I ended up with a compilation failure. I quickly encountered an error. So, I feel like something in the Makefile needs adjustment.

image image

My gcc version is 13.1.1 20230429 (GCC)

nvcleemp commented 11 months ago

I have been using version 9.4

We are aware that some changes are needed to the Makefile. E.g., all compilation commands need the flag -fcommon to be added. I'm trying to find the time to go through everything decently, and create a new release, but for now, you can try adding that flag to all commands, and see if it fixes your issues.

lichengzhang1 commented 11 months ago

Thanks, it works now.