jump to navigation

C++ external calls to Fortran executables July 14, 2008

Posted by genetical in boinc.
Tags: , , , ,
add a comment

On Sylow at /home/summer/wrappertest, there are two folders: simple and boinc-broken.  The former contains source code for both PC and Linux,  of which the PC source code is stable and the Linux source is stable to the extent of making external calls, but its respective Fortran-executable is not currently working.  In the latter is PC source code that implements the BOINC API but is not properly linked to the BOINC API yet.  I am using the following site now as a guide and hope to have the PC code linked with the BOINC API in the coming days:

http://www.spy-hill.com/~myers/help/boinc/boinc-on-windows.html

-Chris