Changes between Version 17 and Version 18 of performance


Ignore:
Timestamp:
08/27/09 13:16:25 (14 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • performance

    v17 v18  
    4040 
    4141 
     42== Machine-specific notes == 
    4243 
     44 
     45 * Boyana's cookie setup for running experiments with both component and non-component apps:  
     46{{{ 
     47setenv PETSC_DIR /disks/large/soft/src/petsc-dev 
     48setenv PETSC_ARCH cca-debug 
     49setenv MPIDIR /disks/soft/mpich2-1.0.7-gfortran 
     50setenv PATH $MPIDIR/bin:$PATH 
     51setenv LD_LIBRARY_PATH $MPIDIR/lib:$PATH 
     52 
     53setenv PATH $HOME/cca/1.4.0-gfortran-nightly/bin:$PATH 
     54source $HOME/.openuh 
     55}}} 
     56