Changes between Version 8 and Version 9 of FortranApps
- Timestamp:
- Oct 7, 2007, 3:35:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FortranApps
v8 v9 94 94 == Example from David Braun == 95 95 96 An example FORTRAN application is attached. 96 [attachment:fortran.tar.gz Example FORTRAN application]. 97 98 Instructions: 97 99 {{{ 98 instructions: 99 100 ../fortran/configure 101 '--with-boinc=/usr/people/dbraun/src/boinc/build-5.9.3' 100 ../fortran/configure '--with-boinc=/usr/people/dbraun/src/boinc/build-5.9.3' \ 102 101 '--with-boinc_src=/usr/people/dbraun/src/boinc/boinc5.9.3' 'FC=gfortran' 103 102 104 103 make 104 }}} 105 I have different compile and src directories for boinc. --with-boinc is the compile dir and --with-boinc_src is the source directory. 105 106 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 }}} 107 The app does nothing. It is dTASSER without the dTASSER code. It does compile and link against the boinc libs.