Difference between revisions of "MPFR"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:LibraryCategory:Math {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|mpfr}} |{{#vardefine:url|http://www.mpfr.org/}} <!--CONFIGURATION...")
 
m (Text replacement - "#uppercase" to "uc")
 
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 21:22, 6 December 2019

Description

mpfr website  

The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the Caramba and AriC project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively; see more on the credit page. MPFR is based on the GMP multiple-precision library.

Environment Modules

Run module spider mpfr to find out what environment modules are available for this application.

System Variables

  • HPC_MPFR_DIR - installation directory
  • HPC_MPFR_LIB - library directory
  • HPC_MPFR_INC - include directory