C++ external calls to Fortran executables July 14, 2008
Posted by genetical in boinc.Tags: api, c, external, fortran, link
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
Fortran PC Binary ready to go July 1, 2008
Posted by genetical in boinc.Tags: binary, fortran, pc
add a comment
I’ve compiled/built Dr. Alexander’s Fortran program for PC (32-bit). It can be found on Sylow in my home directory, /home/chris/PC\ Binaries/SteveAdd/x86/ . The source code is located in /home/chris/src . The executable takes two paramaters for the input and output files respectively. Perhaps this is a good candidate for Bob’s Haskell script?
-Chris
PC Binaries June 16, 2008
Posted by genetical in Techincal Support.Tags: binary, c, fortran, pc, test
3 comments
I am trying to compile Dr. Alexander’s Fortran test file against a PC kernel so we can do a test run with BOINC on some PC’s later this week. I seem to be missing a bunch of libraries, perhaps because of the compiler I got. Does anyone know a good place to get a vast C/C++ library? I just recently downloaded a 900MB SDK from Microsoft but I am still missing quite a few libraries apparently. They don’t seem to be related to BOINC because I am missing windows.h and things like that. I’ve tried downloading directly the libraries I need but every time I add one it finds five more that I am missing. I’m not at my laptop right now with the compiler but I’ll post up everything I am missing in a bit.
-Chris