From b7b4a8af118ba26c3eaa9cd1bc4eafbe7eeb2f8d Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 3 Aug 2020 20:43:40 +0300 Subject: [PATCH] #18830 [CEA 7927] MG-Tetra_HPC with multithread option --- bin/mg-tetra_hpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mg-tetra_hpc.py b/bin/mg-tetra_hpc.py index 21505a0..190f5e1 100755 --- a/bin/mg-tetra_hpc.py +++ b/bin/mg-tetra_hpc.py @@ -268,7 +268,7 @@ set -x which mpirun || module load mpi/openmpi-x86_64 # example for centos7/redhat7 # compile libmeshgems_mpi.so if needed (i.e. if empty stubs) - mg-tetra_hpc_mpi.exe --help &> /tmp/help_mg-tetra_hpc_mpi_${USER}.txt + mg-tetra_hpc_mpi.exe --help if [ $? -ne 0 ] # if empty MPI stubs library, have to compile libmeshgems_mpi.so then # SALOME env var MESHGEMSHOME is something like .../INSTALL/MeshGems -- 2.39.2