From eebb61be2db051057ca8ad4693f56975d8427b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Wed, 9 Oct 2024 07:16:25 +0000 Subject: [PATCH 1/2] update templates/roms/4.0/Linux-flang.mk. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- templates/roms/4.0/Linux-flang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/roms/4.0/Linux-flang.mk b/templates/roms/4.0/Linux-flang.mk index 6b1cc59..ab49b99 100644 --- a/templates/roms/4.0/Linux-flang.mk +++ b/templates/roms/4.0/Linux-flang.mk @@ -8,7 +8,7 @@ # Include file for GNU Fortran compiler on Linux # ------------------------------------------------------------------------- # -# ARPACK_LIBDIR ARPACK libary directory +# ARPACK_LIBDIR ARPACK library directory # FC Name of the fortran compiler to use # FFLAGS Flags to the fortran compiler # CPP Name of the C-preprocessor -- Gitee From 87f560c2f2df655595f656e5404dd146d6098d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Wed, 9 Oct 2024 07:26:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20doc/scotch/7.0.1/=E3=80=8A?= =?UTF-8?q?=E5=9F=BA=E4=BA=8EopenEuler=E7=9A=84scotch=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E7=A7=BB=E6=A4=8D=E6=8C=87=E5=8D=97=E3=80=8B.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- ...\247\273\346\244\215\346\214\207\345\215\227\343\200\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/doc/scotch/7.0.1/\343\200\212\345\237\272\344\272\216openEuler\347\232\204scotch\350\275\257\344\273\266\347\247\273\346\244\215\346\214\207\345\215\227\343\200\213.md" "b/doc/scotch/7.0.1/\343\200\212\345\237\272\344\272\216openEuler\347\232\204scotch\350\275\257\344\273\266\347\247\273\346\244\215\346\214\207\345\215\227\343\200\213.md" index 8fdeb84..34ec51f 100644 --- "a/doc/scotch/7.0.1/\343\200\212\345\237\272\344\272\216openEuler\347\232\204scotch\350\275\257\344\273\266\347\247\273\346\244\215\346\214\207\345\215\227\343\200\213.md" +++ "b/doc/scotch/7.0.1/\343\200\212\345\237\272\344\272\216openEuler\347\232\204scotch\350\275\257\344\273\266\347\247\273\346\244\215\346\214\207\345\215\227\343\200\213.md" @@ -167,7 +167,7 @@ cmake \ -DCMAKE_BUILD_TYPE=Release \ .. make -j -make instal +make install ``` ### 4.2. 运行测试文件 -- Gitee