similar to: Update to Centos 7.7 / Arch ppc64le / Problem with nvidia driver

Displaying 20 results from an estimated 3000 matches similar to: "Update to Centos 7.7 / Arch ppc64le / Problem with nvidia driver"

2019 Sep 26
0
Update to Centos 7.7 / Arch ppc64le / Problem with nvidia driver
On 25/09/2019 10:30, Ralf Aum?ller wrote: > Hello, > > today I updated a CentOS 7.6 ppc64le machine to CentOS 7.7. After reboot > to the new kernel (4.18.0-80.7.2.el7.ppc64le) dkms could not build the > nvidia-module. > > Error-message from dkms: > > Compiler version check failed: > > The major and minor number of the compiler used to > compile the kernel:
2020 Aug 03
1
Re: Libvirt qemu-system-x86_64 on ppc64le no multi threading
On Mon, Aug 03, 2020 at 01:45:45PM +0000, Kim-Norman Sahm wrote: > hi, > > i’m running Debian 10 on POWER9 and would like to spawn x86_64 emulated VMs. > The virtual machine is configured to run with 8 vpus but it’s very slow. > On the host you can see that the qemu-system-x86_64 process is using just one core! > > Ppc64le guests are using multi cores, so its looks like an
2018 Jul 12
3
[PATCH 0/7] PowerPC64 performance improvements
Hi Brian, > Thank you for this collection of patches. > > How can I test them? What platforms (computers) have the ppc64 or > POWER9 processor? The IBM Bounty Source page has a list of resources: https://www.bountysource.com/teams/ibm/bounties Travis also has ppc64le support, so if you add the linux-ppc64le target then FLAC will be tested on ppc64le. Thanks, Anton
2020 Nov 12
0
Release for CentOS Linux 7 (2009) on armhfp aarch64 i386 ppc64 ppc64le and power9
I am pleased to announce the general availability of CentOS Linux 7 (2009) for across our alternative architectures. Effectively immediately, this is the current release for CentOS Linux 7 and is tagged as 2009, derived from Red Hat Enterprise Linux 7.9. As always, read through the Release Notes at : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 - these notes contain important
2019 Jul 04
2
LLVM Releases
Thanks. More below. > On Jul 3, 2019, at 12:06 PM, Justin Clift <justin at postgresql.org> wrote: > > Not sure personally, as I've not touched the libcxx source before. Looking > at line 876 for libcxx/include/chrono, gives this: > > https://github.com/llvm/llvm-project/blob/d2298e74235598f15594fe2c99bbac870a507c59/libcxx/include/chrono#L876
2020 Apr 27
0
Release for CentOS Linux 7 (2003) on armhfp aarch64 i386 ppc64 ppc64le and power9
I am pleased to announce the general availability of CentOS Linux 7 (2003) for across our alternative architectures. Effectively immediately, this is the current release for CentOS Linux 7 and is tagged as 2003, derived from Red Hat Enterprise Linux 7.8. As always, read through the Release Notes at : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 - these notes contain important
2018 Aug 15
0
Release for CentOS Linux 7 (1804) on POWER9 (ppc64le)
I am pleased to announce the general availability of CentOS Linux 7 (1804) for POWER9 processors (ppc64le - powerpc 64-bit little endian). This release is derived from Red Hat Enterprise Linux 7.5 ALT. Note this release is 99% equivalent to the existing CentOS 7 Linux 7 (1804) for POWER8 processors (ppc64le - powerpc 64-bit little endian). The key difference being that kernel-4.14.0 is used for
2019 Jun 30
2
LLVM Releases
I saw an email about 8.0.1 being not quite out, and planning for 9.0.0. When is 8.0.1 supposed to come out? I installed llvm at develop on x86 on March 30, and its clang says it is version 9.0.0 (trunk 357348). I tried to do another spack install llvm at develop, but it said that I already had it installed. Does that mean there were no changes since March 30, or does spack not look for any
2018 Nov 16
0
Continuous Release (CR) Repository has been released for CentOS Linux 7.6.1810 for X86_64, i386, armhfp, aarch64, power9, ppc64le
We have pushed the CR repository for CentOS Linux 7.6.1810 for following architectures: x86_64 i386 armhfp aarch64 power9 ppc64le We are currently still working on the ppc64 / ppc architecture as we are having issues with some of the 32bit ppc mulitlib builds. CR is basically the packages that will update your install from CentOS Linux 7.5.1804 to 7.6.1810, minus the centos-release rpm and the
2019 Jul 03
2
LLVM Releases
Thank you. > On Jul 3, 2019, at 4:04 AM, Justin Clift <justin at postgresql.org> wrote: > > On 2019-07-01 00:22, Marty Itzkowitz via llvm-dev wrote: >> I also tried spack install llvm at develop on a POWER9 (ppc641e) >> machine, but I can not find a compiler that >> will compile it. gcc 4.8.5 is reported as too old, and gcc 7.3.0 and >> 8.1.0 both fail in
2019 Sep 17
0
Release for CentOS Linux 7 (1908) on armhfp aarch64 i386 ppc64 ppc64le and power9
On 9/17/19 8:23 AM, Pablo Sebasti?n Greco wrote: <snip> Should be .. CentOS 7 (1908) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20190917/25d82085/attachment.sig>
2018 Dec 03
0
Release for CentOS Linux 7 (1810) on aarch64 i386 ppc64le and power9
I am pleased to announce the general availability of CentOS Linux 7 (1810) for across our alternative architectures. Effectively immediately, this is the current release for CentOS Linux 7 and is tagged as 1810, derived from Red Hat Enterprise Linux 7.6 As always, read through the Release Notes at : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 - these notes contain important information
2018 Jul 10
9
[PATCH 0/7] PowerPC64 performance improvements
The following series adds initial vector support for PowerPC64. On POWER9, flac --best is about 3.3x faster. Amitay Isaacs (2): Add m4 macro to check for C __attribute__ features Check if compiler supports target attribute on ppc64 Anton Blanchard (5): configure.ac: Remove SPE detection code configure.ac: Add VSX enable/disable configure.ac: Fix FLAC__CPU_PPC on little endian, and add
2019 Sep 17
2
Release for CentOS Linux 7 (1810) on armhfp aarch64 i386 ppc64 ppc64le and power9
I am pleased to announce the general availability of CentOS Linux 7 (1908) for across our alternative architectures. Effectively immediately, this is the current release for CentOS Linux 7 and is tagged as 1908, derived from Red Hat Enterprise Linux 7.7. As always, read through the Release Notes at : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 - these notes contain important
2019 Sep 17
2
Release for CentOS Linux 7 (1810) on armhfp aarch64 i386 ppc64 ppc64le and power9
I am pleased to announce the general availability of CentOS Linux 7 (1908) for across our alternative architectures. Effectively immediately, this is the current release for CentOS Linux 7 and is tagged as 1908, derived from Red Hat Enterprise Linux 7.7. As always, read through the Release Notes at : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 - these notes contain important
2020 Sep 01
2
Flakey failure on clang-ppc64le-linux-multistage
Seems there were a couple of correlated failures that appear to be flakes on this buildbot recently: green: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/13974 red: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/13975 (target-override.c during stage 1, seems to be missing the directory/symlink it just created) red:
2017 Apr 19
1
qemu-kvm-ev ppc64le release builds
Hi, We're using qemu-kvm-ev on ppc64le and I've noticed that it's included in the extras repo for ppc64le but in the qemu-kvm-ev repo for x86_64. I also noticed the version in ppc64le is lagging behind x86. I see that ppc64le is being built for this, however isn't tagged for virt7-kvm-common-release and thus showing up under /virt/kvm-common on the mirrors. Is there any
2015 May 19
4
[PATCH v4 0/2] inspector: recognize ppc64 and ppc64le archs (RHBZ#1211996)
Patch extracts MSB/LSB info from /bin/file output and passes it as separate parameret from elf_arch. Then it is sent to impl_file_architecture and checked/ Modified magic_for_file to handle regex changes. Now with tests for file_architecture. Fixes: RHBZ#1211996 Maros Zatko (2): inspector: recognize ppc64 and ppc64le archs (RHBZ#1211996) tests: ppc64 and ppc64le for file_architecture
2015 Nov 16
1
AltArch/ppc64le wiki page request
I have created a JamesOConnor centos wiki userid and I would like to create and be able edit a pair of AltArch wiki pages. https://wiki.centos.org/SpecialInterestGroup/AltArch/ppc64le # POWER8 Little Endian https://wiki.centos.org/SpecialInterestGroup/AltArch/ppc64 # POWER7 Big Endian These would be linked to from https://wiki.centos.org/SpecialInterestGroup/AltArch similar to the Arm32,
2020 Sep 02
2
Flakey failure on clang-ppc64le-linux-multistage
Well, I am at my wit's end. I have copied over the script and directories for this test case and run it a few million times. First I was running one at a time, then I switched to kicking off 1000 at a time. All the while, the bots continued to run on the same machine. The script never failed even once. I am not sure if this has something to do with Python as part of llvm-lit or what is going