Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

petsc_3_18_5-gnu-mvapich2-hpc-saws-3.18.5-3.2 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: petsc_3_18_5-gnu-mvapich2-hpc-saws Distribution: openSUSE Tumbleweed
Version: 3.18.5 Vendor: openSUSE
Release: 3.2 Build date: Mon Mar 4 12:07:24 2024
Group: Productivity/Scientific/Other Build host: i01-ch2b
Size: 215505 Source RPM: petsc_3_18_5-gnu-mvapich2-hpc-3.18.5-3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.mcs.anl.gov/petsc/
Summary: PETsc SAWs infrastructure
This package contains the files to interface with SAWs
(Scientific Application Web server). SAWs itself is not
yet supported by openSUSE.

Provides

Requires

License

BSD-2-Clause

Changelog

* Sun Dec 03 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Make a symlink to the real pkgconfig dir (for example, in an
    installed system) for package's absurdly located pkgconfig file.
    This is a minimal workaround to boo#1217751, I guess.
  - Cosmetic touch-ups.
* Mon Oct 23 2023 Egbert Eich <eich@suse.com>
  - Disable HPC flavors on i586
* Mon Oct 23 2023 Nicolas Morey <nicolas.morey@suse.com>
  - Drop support for obsolete openmpi[123]
  - Prepare support for openmpi5
* Wed Mar 22 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 3.18.5.
    * Too many changes to list, for details see
      https://petsc.org/release/docs/changes/
  - Fix broken usage of MAKEFLAGS, causing build failures with
    gmake >= 4.4.1.
* Wed Feb 15 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Remove incorrect library symlink with major version only.
* Mon Feb 06 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 3.18.4.
    * Too many changes to list, for details see
      https://petsc.org/release/docs/changes/
  - Use Python3 also on Leap/SLE, Python 2.7 is no longer supported
  - Clean up spec file
  - Remove unreproducible build host core count from petscvariables
    (NPMAX, MAKE_NP etc).
  - Remove doc subpackage, documentation is no longer included in
    upstream tarball.
* Sat Jul 16 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix library package name for non-HPC flavors.
  - Remove openmpi1 for non-HPC.
  - Correct valgrind-devel BuildRequires.
  - Add rpmlintrc to ignore some empty files in examples
* Wed Feb 16 2022 Egbert Eich <eich@suse.com>
  - Fix HPC module settings (bsc#1195782).
  - Remove dependency on librt for libsuitparse to make the non-HPC
    build on Factory again.
* Wed Mar 24 2021 Egbert Eich <eich@suse.com>
  - Update to version 3.14.5.
    * Documentation & man page fixes, removal of non-existing functions.
    * CPARDISO: stick to OpenMPI BLACS when needed
    * bugfix for MatMatMultSymbolic_MPIAIJ_MPIDense() when Bbn1 = 0.
      Bb (column block size) zero lead to infinite loop in
      MatMatMultNumeric_MPIAIJ_MPIDense() with n=0.
    * petscviewer: fix the fortran bindings of XXXViewFromOptions
      when called with obj=PETSC_NULL_XXX.
    * PetscOptionsPrefixPush: Accept numbers if the stack is not
      empty.
    * PetscOptionsClearValue: Also clear 'help_intro' slot.
    * PetscOptionsDestroyDefault: Fix possible NULL-dereference.
    * PetscOptionsUsed: Fix for case-insensitive string comparison.
    * Do not use MPI_Bcast() on a single rank - This allows direct
      reading  of much larger files, in, for example, MatLoad_SeqAIJ_Binary.
    * PCHPDDM: fix for KSPLSQR.
    * DMPlexVTKWriteAll_VTU: numerous bugfixes.
    * MatBAIJ: FIx specialization for size 9.
* Wed Feb 24 2021 Christian Goll <cgoll@suse.com>
  - Updated to version 3.14.4 (jsc#SLE-14959)
    * versionToTuple: ignore leading strings in package versions.
      i.e 5.3.3consortium -> 5.3.3
    * Add error checks for integer overflow for
      MatSeqXAIJSetPreallocation when the user provides nnz[].
      Otherwise PetscMalloc() can produce error messages with requests to
      absurds amount of memory.
      Improve the error message for PetscIntMultError() and other casting
      routines and add more seealso entries to the manual pages.
    * Update dmlocalts.c to prevent zeroing out of locX_t after being computed
      in TSComputeIJacobian_DMLocal.
    * nargs.Arg: Remove interactiveness; provide useful error when key is not
      found.
    * DMPlexLandau: fix implicit conversion.
    * Allow users to mistaken use openmpi or mpich when setting mpi or mpi-dir
      and consistently use local variable 'name'
    * Consume -help in PetscOptionsSetValue() so it can be set from RC file etc.
    * Enable search patterns to have 'src*' at start.
    * Fix Matlab int32 to match changed changes in PETSc data types.
    * Generate error instead of crashing when estimating eigenvalues for
      Chebyshev, no right hand side vector is available and the user requested
      to not use a noisy right hand side.
    * Fix pcmgsetlevels() for Fortran to properly convert the C MPI communictors
      to Fortran.
    * Fix PCMGSetLevels_MG() to support the use of MPI_COMM_NULL for
      communicators that that live on a subset of the orginal communicator.
    * Add additional documentation material to PCMGSetLevels() explaining how
      one must handle the restriction and interpolation operations that move
      between different levels which have a different number of MPI ranks.
    * Call PetscCUDAInitializeCheck() in
      MatConvert_SeqAIJ_SeqAIJCUSPARSE since it uses cuSparse().
    * Missing this sometimes produces errors in the CU tests, but other times
      it passes. I don't understand why it is not needed.
    * checkbadSource now prints line numbers of where it finds problems.
    * Add support to Fortran interface for PCASMGetSubKSP() and PCGASMGetSubKSP()
      to use PETSC_NULL_INT for first two arguments.
    * Missing define in landaucu.cu.
    * Fix for PCView_BJacobi() case when neither if case is statisfied.
    * DMCreateInterpolation() requires a custom Fortran stub because it RETURNS
      an optional vector.
    * Add -da_refine to manual page for DMDASetRefinementFactor().
    * AIJMKL: cannot print a scalar in case of complex.
    * Fix memory leaks in TSTrajectoryCreate_Memory() and possibly bugs
    * Don't generate an error if the user does not free all objects while using
      SuperLU_DIST.
    * -ksp_view -ksp_type gmres -pc_type gasm fails on one process. Fixed by
      removing special case handling of size 1 that tried to reuse
      orginal viewer as subviewer which does not work.
    * Add KSPGMRESSetBreakdownTolerance() and -ksp_gmres_breakdown_tolerance
    - to restore old GMRES behaviour for MOOSE.
    * Fix bug introduced by PCASMSetSubMatType() when MAT_REUSE_MATRIX is
      used with a different type of pmat compared to pmat[i].
    * Always destroy previously created pmat[i] and use   MAT_INITIAL_MATRIX
    * Clarify integers set with to ISCreateBlock() and ISBlockSetIndices() in
      manual pages.
    * Remove ierr = VecSetInf(ksp->vec_sol);CHKERRQ(ierr); from
      KSPSetUp_Chebyshev() since ksp->vec_sol may not yet exist and it is not
      needed since VecSetInf(ksp->vec_sol) is set in KSPSolve() just before
      the actual solve if ksp->reason = KSP_DIVERGED_PC_FAILED.
    * Remove mention of DMDAGetLocalInfoF90() since it does not exist, Fortran
      version has same name as C version.
    * MATSHELL: matrix sizes may not be known at creation time.
    * Pass PetscDrawSetSave() and PetscDrawSetSaveFinalImage() to
      PetscViewerGetSubViewer_Draw(). Otherwise MatView() on parallel matrices,
      for example, will not generate an image file.
    * config MPI: fix type of self.libdir (which is passed to os.path.join).
    * MUMPS: add -DBLR_MT when configuring --with-openmp.
    * missing PDIPM and typo in BQNLS for fortran imports.
    * Fixed issue where scalapack matrix is created with a communicator different
      from MPI_COMM_WORLD.
    * Fix PetscErrorCode typos in Fortran stubs.
    * Remove interface declarations for functions that don't exist.
    * SNESMultiblock: add back into build (had been missing -  still untested).
    * MATDAAD: remove vestigial references to deleted DAAD.
    * Fix device atomics with 64-bit indices and prefer long long over int64_t
    * petsc4py.py: set download-petsc4py-commit to None to overcome missing key
      error.
    * petsc4py: Update Cython build
    * Set `language_level` to `3str` if supported (Cython >= 0.29)
    * Initial preparations for upcoming release Cython 3.0
    * Require Cython >= 0.24, older versions do not longer work
    * Improve python-related entries in configure --help.
    * add missing --download-petsc4py option.
    * remove python options other than --with-python-exec
      which have no effect.
    * move --with-python-exec to PETSc section.
    * PetscPythonFindLibrary: One more way to get pythonlib.
      Hotfix for case when LDLIBRARY yields libpython<version>.a
      erroneously.
    * SLEPc: pass PYTHONPATH for slepc4py.
    * Add manual page for MATMPIDENSE.
    * Fix outdated mention of "-snes_ksp_ew_conv" in users manual.
    * Improve manual pages for MatGetValuesLocal() and MatGetValues() to clarify
      what values may be obtained with these routines.
    * Add to manual pages the use of call XXXView(x,0) from the debugger.
    * KSPGCR: add man pages for setting and getting restart.
    * Put the docs for -snes_test_jacobian in SNESSetFromOptions() instead of
      hidden away in developer routine.
    * Improve clarity of docs for PETSC_VIEWER_SOCKET with Matlab.
  - Refactored patches:
    * petsc-3.3-p2-no-rpath.patch
    * petsc-3.7-fix-pastix-detection.patch
* Fri Feb 05 2021 Egbert Eich <eich@suse.com>
  - Add build support for gcc10 to HPC build (bsc#1174439).
  - Add openmpi4 flavors.
* Thu Jan 28 2021 Egbert Eich <eich@suse.com>
  - Change 'Requires:' to other HPC packages to %requires_eq to depend
    on the exact version. This should take care of HPC packages ignoring
    proper ABI versioning.

Files

/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/lib/petsc/bin/saws
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/lib/petsc/bin/saws/SAWs.py
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/lib/petsc/bin/saws/getSAWs.bash
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/lib/petsc/bin/saws/getStack.bash
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/documentation
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/images
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/images/arrow.png
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/images/transition.bmp
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/PETSc.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/boxTree.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/defaults.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/drawDiagrams.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/events.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/getCmdOptions.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/listLogic.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/main.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/matrixTex.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/parsePrefix.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/populateLists.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/recordSawsData.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/tree.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/treeInterface.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/js/utils.js
/usr/lib/hpc/gnu13/mvapich2/petsc/3.18.5/share/petsc/saws/readme


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024