Author Topic: Modifying FEAP and compiling again  (Read 5322 times)

abbhuiya

  • Jr. Member
  • **
  • Posts: 14
Modifying FEAP and compiling again
« 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


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: Modifying FEAP and compiling again
« Reply #1 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