1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
*----------------------------------------------------------------------*
* Burkhard Rost Aug, 1998 version 0.1 *
* EMBL/LION http://www.embl-heidelberg.de/~rost/ *
* D-69012 Heidelberg rost@embl-heidelberg.de *
*----------------------------------------------------------------------*
* ------------------------------ *
* This directory contains: *
* ------------------------------ *
* *
* - all PHD FORTRAN files : (phd.f + lib-phd.f) *
* - PHD include files : (phdParameter.f) *
* - documentation : (Doc-code-phd.txt) *
* - general perl make script : (compile.pl) *
* - make-files : (mat/makePhd*) *
* *
* ------------------------------ *
* to DO for compile: *
* ------------------------------ *
* *
* compile.pl -> gives help *
* compile.pl auto -> DOES it.. *
* *
* *
*----------------------------------------------------------------------*
* *
* *
* Short explanations about the FORTRAN code in the following *
* *
* *
* ------------- *
* General notes *
* ------------- *
* *
* FILES NEEDED: *
* ~~~~~~~~~~~~~ *
* - phd.f FORTRAN code *
* - phdParameter.f parameter files (INCLUDE) *
* - lib-phd.f FORTRAN library *
* *
* COMPILATION: *
* ~~~~~~~~~~~~ *
* - make -f makePhd.$ARCH *
* OR: *
* - f77 -O2 phd.f lib-phd.f *
* *
* DOCUMENTATION: *
* ~~~~~~~~~~~~~~ *
* - Doc-code-phd.txt *
* *
* ------------- *
* Porting notes *
* ------------- *
* *
* To port it: hard coded is only the path for the *.com file *
* currently: /home/rost/pub *
* or: /home/phd/net (if arg5=server) *
* or: explicitly given in arg6 *
* NOTE: defined in 'iniphd.f', *
* --> grep 'change to port' *
* *
* *
* ----------------- *
* Other questions ? *
* ----------------- *
* *
* --> see Doc-code-phd.txt, or code... *
* *
*----------------------------------------------------------------------*
|