Janne Blomqvist

Results 23 issues of Janne Blomqvist

getopt_long has been available since forever in glibc, *BSD as well as commercial Unix OS'es like Solaris/SunOS and IBM AIX. No need to include it. Also remove the unused lib/scandir.c.

There are two ways of doing the predictable network interface names thing. The original biosdevname approach by Dell, and the newer scheme by systemd/udev, https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ . Most distros have dropped...

EPEL has recently introduced python36* packages, though it seems the old python34* are still kept around for compatibility. But in particular, `/usr/bin/python3` is now provided by the python36 package, whereas...

It would be nice if the OpenCoarrays MPI library would link only to the C MPI library. At least with openmpi, it currently links also to the Fortran interface libraries....

bug
confirmed
build-system
in progress

Hello, since it's inception CBLAS seems to have assumed it's Ok to pass a length=1 string to the Fortran BLAS without passing a hidden string length argument. And the newer...

Related: LAPACKE

Ubuntu 20.04 LTS was released today, and we're eager to see support for it in xcat. Unfortunately it seems they have ripped out the old debian-installer so it needs more...

status:future
help wanted

Installation of compute nodes fail if the clock is off. We had one node where the HW clock for some reason was set to 2008, and thus yum failed because...

enhancement
in progress

Occasionally our users are hitting slurm problems like sbatch: error: Unable to resolve "slurmctld-host.example.org": Unknown host sbatch: error: Unable to establish control machine address sbatch: error: Batch job submission failed:...

enhancement
ready

Vault by hashicorp is a tool for managing secrets (passwords, keys etc.). https://www.vaultproject.io/

enhancement
Low Priority

Adds some hardening flags that will hopefully make it easier to catch programming mistakes, or stop exploit attempts. See e.g. https://wiki.debian.org/Hardening https://fedoraproject.org/wiki/Changes/Harden_All_Packages There are some additional hardening features that can...