scr icon indicating copy to clipboard operation
scr copied to clipboard

Check into providing Fortran interface as source file, rather than libscrf

Open adammoody opened this issue 7 years ago • 0 comments

Because C provides a standard ABI, libscr can be compiled once and then linked to an app built with any compiler. However, we must compile libscrf for each Fortran compiler. If we can provide the Fortran interface via a raw source file or include that apps compile in directly, then we may save on the number of SCR builds one has to have.

adammoody avatar May 04 '17 17:05 adammoody