Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
The Portable, Extensible Toolkit for Scientific Computation (PETSc), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the Message Passing Interface (MPI) standard for all message-passing communication.
.. note::
To install the PETSc
and petsc4py
packages
(mpi4py
is optional but highly recommended) use::
$ python -m pip install numpy mpi4py
$ python -m pip install petsc petsc4py
.. tip::
You can also install the in-development versions with::
$ python -m pip install Cython numpy mpi4py
$ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz
Provide any PETSc
./configure options using the environmental variable PETSC_CONFIGURE_OPTIONS
.
Do not use the PETSc
./configure
options --with-cc
, --with-cxx
, --with-fc
, or --with-mpi-dir
.
To set the MPI compilers use the environmental variables MPICC
, MPICXX
, MPIFORT
.
If mpi4py
is installed the compilers will be obtained from that installation and MPICC
, MPICXX
, MPIFORT
will be ignored.
FAQs
PETSc: Portable, Extensible Toolkit for Scientific Computation
We found that petsc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.