Hello everyone!
So I was able to compile both ccx (GitHub - calculix/ccx: Originals sources for Calculix CrunchiX (ccx)) and cgx (GitHub - calculix/cgx: Community version of CalculiX GraphiX. New colormaps added.) on my Fedora 34 system using GCC 11.2 and OpenMPI-4.1.1. I copied both of the master folders into its own folder, within that folder I have Spooles-2.2 and ARPACK (both had there libs compiled by make). I was able to compile both cgx and ccx. However when I ran a test case from the example/cgx/therm folder from the example github page I run into this error:
*ERROR in nonlingeo: the SPOOLES library is not linked
This has gotten me to assume the solver can’t find spooles (when it did compile correctly). Is there an enviornment variable I need to point to my Spooles-2.2 directory?