Home
last modified time | relevance | path

Searched refs:PETSC_ERR_SUP_SYS (Results 1 – 25 of 25) sorted by relevance

/petsc/src/sys/dll/
H A Ddlimpl.c115 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot use dynamic libraries on this platform"); in PetscDLOpen()
179 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot use dynamic libraries on this platform"); in PetscDLClose()
283 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot use dynamic libraries on this platform"); in PetscDLSym()
286 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot use dynamic libraries on this platform"); in PetscDLSym()
/petsc/src/sys/fileio/
H A Dfwd.c47 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Could not find getcwd()"); in PetscGetWorkingDirectory()
H A Dfretrieve.c193 …} else PetscCheck(sum == 1, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Subset of processes share /tmp "); in PetscSharedTmp()
306 …} else PetscCheck(sum == 1, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Subset of processes share working… in PetscSharedWorkingDirectory()
402 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscFileRetrieve()
441 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscFileRetrieve()
H A Dftest.c252 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscLs()
265 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscLs()
H A Dsysio.c578 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "System does not have a way of seeking on a file"); in PetscBinarySeek()
/petsc/src/sys/utils/
H A Dpsleep.c54 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "No support for sleep() on this machine"); in PetscSleep()
/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c640 …PetscCheck(matrix_A->col_idx_type == SPBAS_DIAGONAL_OFFSETS, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "… in spbas_apply_reordering_rows()
678 …PetscCheck(matrix_A->col_idx_type == SPBAS_DIAGONAL_OFFSETS, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "… in spbas_apply_reordering_cols()
787 …PetscCheck(in_matrix.col_idx_type == SPBAS_DIAGONAL_OFFSETS, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "… in spbas_power()
790 PetscCheck(power > 0, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Power must be 1 or up"); in spbas_power()
851 …PetscCheck(!inout_matrix->block_data, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Not yet for block data … in spbas_keep_upper()
/petsc/src/vec/vec/impls/shared/
H A Dshvec.c148 …PetscCheck(size <= 1, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "No supported for shared memory vector o… in VecCreate_Shared()
/petsc/src/sys/logging/
H A Dplog.c639 …SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "PETSc was configured without MPE support, reconfigur… in PetscLogMPEBegin()
666 …SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "PETSc was configured without perfstubs support, reco… in PetscLogPerfstubsBegin()
1967 …SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "PETSc was configured without MPE support, reconfigur… in PetscLogMPEDump()
2467 …PetscCheck(PetscDefined(HAVE_CUDA_VERSION_12_2PLUS), PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "-log_vi… in PetscLogGpuEnergy()
/petsc/include/
H A Dpetscsystypes.h75 PETSC_ERR_SUP_SYS = 57, /* no support for requested operation on this computer system */ enumerator
H A Dpetscvec.h937 #define VEC_CUPM_NOT_CONFIGURED(impl) SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Must configure P…
/petsc/src/sys/classes/draw/impls/x/
H A Dxcolor.c190 …PetscCheck(XiWin->depth >= 8, PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "PETSc Graphics require monitors… in PetscDrawSetColormap_X()
/petsc/src/mat/tests/
H A Dex118.c13 …SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "This example requires LAPACK routines dstebz and sti… in main()
/petsc/src/sys/error/
H A Dadebug.c226 PETSCABORT(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS); in PetscAttachDebugger()
H A Derr.c73 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscEmacsClientErrorHandler()
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90162 PetscErrorCode, parameter :: PETSC_ERR_SUP_SYS = 57
/petsc/src/dm/impls/network/
H A Dnetworkview.c158 …PetscCheck(isSharedTmp, comm, PETSC_ERR_SUP_SYS, "Temporary file directory is not shared between r… in DMView_Network_Matplotlib()
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx40 …scDefined(HAVE_REAL___FLOAT128), PetscObjectComm((PetscObject)ksp), PETSC_ERR_SUP_SYS, "Unsupporte… in KSPSetFromOptions_HPDDM()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c29 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "Cannot run external programs on this machine"); in PetscViewerFileClose_ASCII()
/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c1088 …PetscCheck(mpithreads == MPI_THREAD_MULTIPLE, PetscObjectComm((PetscObject)A), PETSC_ERR_SUP_SYS, … in MatGetFactor_aij_strumpack()
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1393 …PetscCheck(!vbinary->storecompressed, PetscObjectComm((PetscObject)viewer), PETSC_ERR_SUP_SYS, "Ca… in PetscViewerFileSetUp_BinarySTDIO()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c1050 …PetscCheck(partindx, PetscObjectComm((PetscObject)pc), PETSC_ERR_SUP_SYS, "ML not compiled with Zo… in PCSetFromOptions_ML()
/petsc/src/sys/objects/
H A Dpinit.c911 else SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_SUP_SYS, "Could not find MPI type for size_t"); in PetscInitialize_Common()
/petsc/src/dm/dt/interface/
H A Ddt.c1438 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "A LAPACK symmetric tridiagonal eigensolver could not … in PetscDTSymmetricTridiagonalEigensolve()
1670 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "A LAPACK symmetric tridiagonal eigensolver could not … in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c2632 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP_SYS, "The system does not have PETSc OpenMP support but you… in MatSetFromOptions_MUMPS()