User Tools

Site Tools


readme.pcg2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
readme.pcg2 [2012/05/28 13:47] – created shogoreadme.pcg2 [2012/05/29 13:39] shogo
Line 1: Line 1:
-The documentation for blupf90 is available separately as a PDF document. +====== BLUP90IOD2====== 
-The following lines can be added at the end of parameter file for blupf90:+\\ 
 +The original program was written by Shogo Tsuruta in 1999.
  
-Available options:+===== Summary===== 
 +BLUP90IOD2 is a BLUP program for solving a large number of mixed model equations, using preconditioning conjugate gradient (PCG).
  
 +====== Options ======
 +<file>
 OPTION conv_crit 1e-12 OPTION conv_crit 1e-12
 +</file>
     Set convergence criteria (deault 1e-12).     Set convergence criteria (deault 1e-12).
 +<file>
 OPTION maxrounds 10000 OPTION maxrounds 10000
 +</file>
     Set maximum number of rounds (default 1000).     Set maximum number of rounds (default 1000).
- +<file>
-OPTION solv_method FSPAK +
- +
-    Selection solutions by FSPAK, SOR or PCG (default PCG). +
- +
-OPTION r_factor 1.6 +
- +
-    Set relaxation factor for SOR (default 1.4). +
- +
-OPTION sol se +
- +
-    Store solutions and s.e. +
- +
-OPTION missing -999 +
- +
-    Missing observation (default 0). +
- +
-OPTION residual +
- +
-    y-hat and residual will be shown in yhat_residual. +
 OPTION blksize 3 OPTION blksize 3
 +</file>
     Set block size for preconditioner (default 1).     Set block size for preconditioner (default 1).
-[shogo@dodo6 thr1pcg]$ cd .. +<file>
-[shogo@dodo6 f90-05]$ cat pcg2/Readme.pcg2 +
-BLUP90IOD2 - Optimized version of BLUP90IOD with options for block diagonal preconditioner and direct +
-solving +
- +
-Modified by Shogo Tsuruta, University of Georgia +
- +
-The following lines can be added at the end of parameter file+
- +
-OPTION conv_crit  1e-10 +
-   set convergence criterion to given level (default 1e-12) +
- +
-OPTION maxrounds  10000 +
-   set maximum number of rounds to given number (default=5000) +
- +
-OPTION solv_method  FSPAK +
-   selection initial solutions by FSPAK or DIRECT (default is DIRECT) +
- +
-OPTION blksize 3 +
-   set block size for preconditioner (default=1) +
 OPTION init_eq 10 OPTION init_eq 10
 +</file>
    set the number of effects to be solved directly (default=0)    set the number of effects to be solved directly (default=0)
 +<file>
 OPTION cont 1 OPTION cont 1
 +</file>
    to restart the program from the previous solutions    to restart the program from the previous solutions
 +<file>
 OPTION missing -1 OPTION missing -1
 +</file>
    set the missing value (default 0).    set the missing value (default 0).
 +<file>
 OPTION restart 100 OPTION restart 100
 +</file>
    set the number of iteration to recompute residuals (default=100)    set the number of iteration to recompute residuals (default=100)
 +<file>
 OPTION SNP_file snps OPTION SNP_file snps
 +</file>
    implement one-step genomic selection updating animal effects with genomic relationship matrix (H-Inverse)    implement one-step genomic selection updating animal effects with genomic relationship matrix (H-Inverse)
  
-For information on availability of BLUP90IOD, please contact Ignacy +//For information on availability of BLUP90IOD, please contact Ignacy Misztal (ignacy@uga.edu) at the University of Georgia.//
-Misztal (ignacy@uga.edu) at the University of Georgia.+
  
readme.pcg2.txt · Last modified: 2024/05/16 14:16 by dani

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki