Changes between Version 11 and Version 12 of FeaturesofPdaf


Ignore:
Timestamp:
Sep 8, 2010, 9:47:03 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesofPdaf

    v11 v12  
    3737 * Compiler[[BR]]To compile PDAF a Fortran compiler is required. PDAF has been tested with a variety of compilers like gfortran, ifort, xlf, pgf90.
    3838 * BLAS and LAPACK[[BR]]The BLAS and LAPACK libraries are used by PDAF. For Linux there are usually packages with these libraries. With commercial compilers the functions are usually provided by optimized libraries (like MKL, ESSL).
    39  * MPI[[BR]]If the assimilation program should be executed with parallelization, an MPI library is required (e.g. OpenMPI). The assimilation program can also be compiler and run without parallelization. For this, PDAF provides functions that mimic MPI operations for a single process.
    40  * make[[BR]]PDAF provides Makefile configurations for different compilers and operating systems.
     39 * MPI[[BR]]If the assimilation program should be executed with parallelization, an MPI library is required (e.g. OpenMPI). The assimilation program can also be compiled and run without parallelization. For this, PDAF provides functions that mimic MPI operations for a single process.
     40 * make[[BR]]PDAF provides Makefile definitions for different compilers and operating systems.
    4141
    4242== Test machines ==
     
    4848 * Linux Desktop machine, !OpenSuse 11.1, gfortran
    4949 * NEC SX8R
    50  * Notebook Apple !MacBook, gfortran
     50 * Notebook Apple !MacBook, Mac OS X 10.5, gfortran
    5151 * SGI Altix ICE, SLES 10 operating system, ifort compiler 11.1, MVAPICH2
    5252 * Cray XD1, PG Fortran compiler, MPICH