Changes between Version 17 and Version 18 of performance
- Timestamp:
- 08/27/09 13:16:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
performance
v17 v18 40 40 41 41 42 == Machine-specific notes == 42 43 44 45 * Boyana's cookie setup for running experiments with both component and non-component apps: 46 {{{ 47 setenv PETSC_DIR /disks/large/soft/src/petsc-dev 48 setenv PETSC_ARCH cca-debug 49 setenv MPIDIR /disks/soft/mpich2-1.0.7-gfortran 50 setenv PATH $MPIDIR/bin:$PATH 51 setenv LD_LIBRARY_PATH $MPIDIR/lib:$PATH 52 53 setenv PATH $HOME/cca/1.4.0-gfortran-nightly/bin:$PATH 54 source $HOME/.openuh 55 }}} 56