From: michael Date: Sun, 13 Dec 2020 09:59:46 +0000 (+0100) Subject: Stopped Petsc detection run test because they fail with openmpi X-Git-Tag: V9_7_0~96 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f05b487590e5d7c2fd7d7deadcd0157055eb47b6;p=tools%2Fsolverlab.git Stopped Petsc detection run test because they fail with openmpi --- diff --git a/cmake_files/FindPETSc.cmake b/cmake_files/FindPETSc.cmake index a81c9f9..688d45d 100644 --- a/cmake_files/FindPETSc.cmake +++ b/cmake_files/FindPETSc.cmake @@ -276,11 +276,13 @@ int main(int argc,char *argv[]) { PetscErrorCode ierr; TS ts; + /* ierr = PetscInitialize(&argc,&argv,0,help);${_PETSC_ERR_FUNC}; ierr = TSCreate(PETSC_COMM_WORLD,&ts);${_PETSC_ERR_FUNC}; ierr = TSSetFromOptions(ts);${_PETSC_ERR_FUNC}; ierr = ${_PETSC_TSDestroy};${_PETSC_ERR_FUNC}; ierr = PetscFinalize();${_PETSC_ERR_FUNC}; + */ return 0; } ")