Salome HOME
Stopped Petsc detection run test because they fail with openmpi
authormichael <michael@localhost.localdomain>
Sun, 13 Dec 2020 09:59:46 +0000 (10:59 +0100)
committermichael <michael@localhost.localdomain>
Sun, 13 Dec 2020 09:59:46 +0000 (10:59 +0100)
cmake_files/FindPETSc.cmake

index a81c9f94966b90a838a1c8097ec0e71192a97445..688d45ddb866b9f1e2c43d012cc95e034749aa25 100644 (file)
@@ -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;
 }
 ")