Using MPFR on hpc2021
The software can be loaded with “module load gmp mpfr”. For compiling one should use “gcc your_program.c -lgmp -lmpfr” (should you are using GNU C Compiler).
Further Reading
More information can be found on http://www.mpfr.org/