Searched refs:job (Results 1 – 12 of 12) sorted by relevance
| /petsc/doc/developers/contributing/ |
| H A D | pipelines.md | 30 A pipeline consists of "Stages" each with multiple "Jobs". Every job is one configuration on one ma… 41 :::{figure} /images/developers/find-exact-bad-job.png 45 Locating the exact failed job in a pipeline stage. 48 A job is a run of the {any}`PETSc test harness<test_harness>` and consists of many "examples". 51 A failure in running the job's tests will have `FAILED` and a list of the failed tests 57 Failed examples in a pipeline job. 69 After you have fixed a problem that appeared in a particular (set of) job(s) you may want to test y… 119 Downloading `configure.log` from a failed pipeline job. 122 The "Retry" button at the top of a previous pipeline or job does **not** use any 124 same Git commit that was previously tried. The job "Retry" should only be used this way
|
| /petsc/src/mat/graphops/order/ |
| H A D | wbm.c | 36 PetscInt job = 5; in MatGetOrdering_WBM() local 49 switch (job) { in MatGetOrdering_WBM() 79 …PetscCallExternal(mc64ad_dist, &job, &nrow, &nnz, ia, ja, a, &num, perm, &liw, iw, &ldw, dw, icntl… in MatGetOrdering_WBM()
|
| /petsc/lib/petsc/bin/maint/petsclinter/ |
| H A D | pyproject.toml | 14 # For all of these I don't know which one of these actually does the job...
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 124 MUMPS_INT sym, par, job; member 425 inner->job = outer->job; \ 1779 …if (mumps->id.job != JOB_NULL) { /* cannot call PetscMUMPS_c() if JOB_INIT has never been called f… in MatDestroy_MUMPS() 1780 mumps->id.job = JOB_END; in MatDestroy_MUMPS() 1984 mumps->id.job = JOB_SOLVE; in MatSolve_MUMPS() 2124 mumps->id.job = JOB_SOLVE; in MatMatSolve_MUMPS() 2249 mumps->id.job = JOB_SOLVE; in MatMatSolve_MUMPS() 2512 mumps->id.job = JOB_FACTNUMERIC; in MatFactorNumeric_MUMPS() 2611 if (mumps->id.job == JOB_NULL) { /* MatSetFromOptions_MUMPS() has never been called before */ in MatSetFromOptions_MUMPS() 2654 mumps->id.job = JOB_INIT; in MatSetFromOptions_MUMPS() [all …]
|
| /petsc/doc/manual/ |
| H A D | performance.md | 314 Machines with job submission systems such as SLURM usually provide 316 job submission scripts. Please consult the respective manuals. 352 (or job schedulers) to specify process affinity. To overcome the first 357 issue—consult the documentation for your MPI implementation and/or job
|
| H A D | dmcommonality.md | 59 must be managed by `DMPLEX`. This is the job of `PetscSection`, {any}`ch_petscsection`. The process…
|
| H A D | profiling.md | 689 For an MPI parallel job, only one process can call `nsys`, 692 or Open MPI - we can run a parallel job on 4 MPI tasks as:
|
| H A D | other.md | 6 within a larger parallel job, or who wish to use a “manager” process to 421 debugger requires terminating the first job and restarting the 898 cron job or to make a convenient alias so that refreshing is easy. Then
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 15 great at this job.
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 93 library does the same job as widely used non-free libraries. In this
|
| /petsc/doc/install/ |
| H A D | install.md | 613 On systems where you need to use a job scheduler or batch submission to run jobs use the
|
| /petsc/doc/faq/ |
| H A D | index.md | 1737 If `-start_in_debugger` does not work on your OS, for a uniprocessor job, just
|