FEAP User Forum

FEAP => Installation => Topic started by: ad10 on July 30, 2021, 03:17:02 AM

Title: Installing FEAP on ubuntu
Post by: ad10 on July 30, 2021, 03:17:02 AM
Dear all,

Though I am able to installed FEAP successfully on ubuntu 20.04, whenever I make add a user subroutines and compile the code, FEAP rebuilds again. It has to rebuild the subroutine only but rebuilds the complete program. It's taking too much time. Is there any way, so it only builds subroutine, not the entire program?

Thanks in advance!
Title: Re: Installing FEAP on ubuntu
Post by: Prof. S. Govindjee on July 30, 2021, 05:59:22 PM
Suggestion:

Add the path to your use subroutine to the OBJECTS line in main/makefile  (remember to end it with .o).  Then typing make while in main/makefile should only compile your subroutine and build the executable from the already compiled archive (.a) file.
Title: Re: Installing FEAP on ubuntu
Post by: JStorm on August 02, 2021, 12:01:20 AM
http://feap.berkeley.edu/forum/index.php?topic=2376.msg10184#msg10184

http://feap.berkeley.edu/forum/index.php?topic=1945.msg7904#msg7904
Title: Re: Installing FEAP on ubuntu
Post by: ad10 on August 02, 2021, 01:13:43 AM
Thanks a lot, Prof. Govindjee and Jstorm, for your suggestions. After installing FEAP using 'make' again, it's not rebuilding the entire FEAP.