Changes between Version 11 and Version 12 of FeaturesofPdaf
- Timestamp:
- Sep 8, 2010, 9:47:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeaturesofPdaf
v11 v12 37 37 * Compiler[[BR]]To compile PDAF a Fortran compiler is required. PDAF has been tested with a variety of compilers like gfortran, ifort, xlf, pgf90. 38 38 * 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 compile rand 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. 41 41 42 42 == Test machines == … … 48 48 * Linux Desktop machine, !OpenSuse 11.1, gfortran 49 49 * NEC SX8R 50 * Notebook Apple !MacBook, gfortran50 * Notebook Apple !MacBook, Mac OS X 10.5, gfortran 51 51 * SGI Altix ICE, SLES 10 operating system, ifort compiler 11.1, MVAPICH2 52 52 * Cray XD1, PG Fortran compiler, MPICH