FEAP User Forum

FEAP => Installation => Topic started by: wulle on July 20, 2020, 02:07:15 PM

Title: Install multiple versions with different compile options
Post by: wulle on July 20, 2020, 02:07:15 PM
Hello,

I would like to install multiple versions of ParFeap (I have different configurations of PETSc, so I would like to have one FEAP executable for each architecture).
If we assume, that I would also like to change compiler options/optimization flags for the different versions, two questions come to my mind:

Best Regards
wulle
Title: Re: Install multiple versions with different compile options
Post by: Prof. S. Govindjee on July 20, 2020, 03:17:28 PM
If you are changing compilers you will need to run
Code: [Select]
make clean followed by
Code: [Select]
make aclean.
The archive is the only FEAP library that is used and it is a static library.

To see what system level (shared) libraries are being pulled run
Code: [Select]
ldd parfeap/feap on Linux based systems or
Code: [Select]
otool -L parfeap/feap on Mac systems