Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Fortran 如何安装mpfun90?_Fortran_Multiprecision - Fatal编程技术网

Fortran 如何安装mpfun90?

Fortran 如何安装mpfun90?,fortran,multiprecision,Fortran,Multiprecision,我正在尝试用Fortran编写一个多精度程序。我已经用Fortran编写了一个双精度程序。有人能帮我把它转换成多精度吗。我发现了用于mpfun90的D.Baily多精度库,但无法安装它。如何在Ubuntu上安装MPFUN90?有人能一步一步地帮我吗?我使用gfortran编译器。下载。解开拉链,解绑。然后使用: gfortran mpfun90.f90 mpmod90.f90 YourProg.f90-o YourProg.exe

我正在尝试用Fortran编写一个多精度程序。我已经用Fortran编写了一个双精度程序。有人能帮我把它转换成多精度吗。我发现了用于mpfun90的D.Baily多精度库,但无法安装它。如何在Ubuntu上安装MPFUN90?有人能一步一步地帮我吗?我使用gfortran编译器。

下载。解开拉链,解绑。然后使用: gfortran mpfun90.f90 mpmod90.f90 YourProg.f90-o YourProg.exe