FEAP User Forum

FEAP => Parallel FEAP => Topic started by: abbhuiya on May 12, 2014, 09:31:15 PM

Title: Modifying FEAP and compiling again
Post by: abbhuiya on May 12, 2014, 09:31:15 PM
Dear Sir,

I need some help. I need to modify the feap (feap83.f90) and some of the subroutines. Then I want to compile these modified files (in order to get a new executable file). How can I recompile after modification? (I will run the executable feap in parallel)

Best Regards

Title: Re: Modifying FEAP and compiling again
Post by: Prof. R.L. Taylor on May 13, 2014, 11:10:11 AM
Are you using a Windows/Intel machine or a UNIX based one?

In UNIX type you merely run the makefile again.  It should compile and replace the modified routines.  You need to do both the archive build and the main program build.

Same for Windows.  Rebuild library then main program