| | 93 | |
| | 94 | == Example from David Braun == |
| | 95 | |
| | 96 | An example FORTRAN application is attached. |
| | 97 | {{{ |
| | 98 | instructions: |
| | 99 | |
| | 100 | ../fortran/configure |
| | 101 | '--with-boinc=/usr/people/dbraun/src/boinc/build-5.9.3' |
| | 102 | '--with-boinc_src=/usr/people/dbraun/src/boinc/boinc5.9.3' 'FC=gfortran' |
| | 103 | |
| | 104 | make |
| | 105 | |
| | 106 | I have different complie and src directories for boinc. --with-boinc is |
| | 107 | the compile dir and --with-boinc_src is the source directory. |
| | 108 | |
| | 109 | the app does nothing. this is dTASSER without the dTASSER code. it |
| | 110 | does compile link against the boinc libs. |
| | 111 | }}} |