From 698bf3f61d22f1d627677eff694f9693f8172c40 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Mon, 19 Nov 2018 15:38:14 +0100 Subject: [PATCH] STYLE: usage order in foamConfigurePaths --- bin/tools/foamConfigurePaths | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tools/foamConfigurePaths b/bin/tools/foamConfigurePaths index 718a1ce34bf..2763b6eebc7 100755 --- a/bin/tools/foamConfigurePaths +++ b/bin/tools/foamConfigurePaths @@ -60,12 +60,12 @@ Components -kahip-path DIR specify 'KAHIP_ARCH_PATH' -metis ver specify 'METIS_VERSION' -metis-path DIR specify 'METIS_ARCH_PATH' + -scotch VER specify 'SCOTCH_VERSION' (eg, scotch_6.0.4) + -scotch-path DIR specify 'SCOTCH_ARCH_PATH' (eg, /opt/OpenFOAM-scotch_6.0.4) Graphics -paraview VER specify 'ParaView_VERSION' (eg, 5.4.1) -paraview-path DIR specify 'ParaView_DIR' (eg, /opt/ParaView-5.4.1) - -scotch VER specify 'SCOTCH_VERSION' (eg, scotch_6.0.4) - -scotch-path DIR specify 'SCOTCH_ARCH_PATH' (eg, /opt/OpenFOAM-scotch_6.0.4) -vtk VER specify 'vtk_version' (eg, VTK-7.1.0) -mesa VER specify 'mesa_version' (eg, mesa-13.0.1) -- GitLab