Module_Select_ParametersΒΆ

Copyright 2022 IRD

This file is part of statpack.

statpack is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

statpack is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You can find a copy of the GNU Lesser General Public License in the statpack/doc directory.

Authors: Pascal Terray (LOCEAN/IPSL, Paris, France)


THIS MODULE PROVIDES A CONVENIENT WAY OF SELECTING :

  • THE PRECISION (KIND TYPES) REQUIRED FOR A COMPUTATION.
  • THE SIZE (KIND TYPES) OF INTEGER OR LOGICAL VARIABLES.
  • THE DEFAULT PRINTING UNIT.
  • THE DIFFERENT BLOCK SIZES FOR LINEAR ALGEBRA SUBROUTINES.
  • THE PARAMETERS FOR OpenMP COMPILATION.
  • THE PARAMETERS FOR CROSSOVER FROM SERIAL TO PARALLEL ALGORITHMS.
  • THE PARAMETERS FOR THE STATPACK TESTING PROGRAMS.
  • THE LOCATION OF THE URANDOM DEVICE ON YOUR SYSTEM IF IT EXISTS.

IN ORDER TO CHANGE THE DEFAULT VALUES AND MAKE YOUR OWN CHOICE FOR THESE PARAMETERS, YOU MUST EDIT THE FILE Module_Select_Parameters.F90 AND FOLLOW THE INSTRUCTIONS IN THIS FILE.

LATEST REVISION : 29/06/2022


Flag Counter