#include "petscsys.h" static PetscBool petsc_sse_local_is_untested = PETSC_TRUE; static PetscBool petsc_sse_enabled_local = PETSC_FALSE; static PetscBool petsc_sse_global_is_untested = PETSC_TRUE; static PetscBool petsc_sse_enabled_global = PETSC_FALSE; PetscErrorCode PetscSSEIsEnabled(MPI_Comm comm,PetscBool *lflag,PetscBool *gflag)Collective
comm | - the MPI Communicator |
lflag | - Local Flag: PETSC_TRUE if enabled in this process | |
gflag | - Global Flag: PETSC_TRUE if enabled for all processes in comm |
-disable_sse | - Disable use of hand tuned Intel SSE implementations |