FEAP User Forum
FEAP => Installation => Topic started 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!
-
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.
-
http://feap.berkeley.edu/forum/index.php?topic=2376.msg10184#msg10184
http://feap.berkeley.edu/forum/index.php?topic=1945.msg7904#msg7904
-
Thanks a lot, Prof. Govindjee and Jstorm, for your suggestions. After installing FEAP using 'make' again, it's not rebuilding the entire FEAP.