Changes between Version 8 and Version 9 of FortranApps


Ignore:
Timestamp:
Oct 7, 2007, 3:35:04 PM (17 years ago)
Author:
Nicolas
Comment:

Reword a bit, and link to the attachment.

Legend:

Unmodified
Added
Removed
Modified
  • FortranApps

    v8 v9  
    9494== Example from David Braun ==
    9595
    96 An example FORTRAN application is attached.
     96[attachment:fortran.tar.gz Example FORTRAN application].
     97
     98Instructions:
    9799{{{
    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' \
    102101'--with-boinc_src=/usr/people/dbraun/src/boinc/boinc5.9.3' 'FC=gfortran'
    103102
    104103make
     104}}}
     105I have different compile and src directories for boinc. --with-boinc is the compile dir and --with-boinc_src is the source directory.
    105106
    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 }}}
     107The app does nothing. It is dTASSER without the dTASSER code. It does compile and link against the boinc libs.