Re: module openmpi-x86_64

2021-06-10 Thread Susi Lehtola
On 6/10/21 11:34 AM, Patrick Dupre wrote: > Hello, > > I am supposed to run > module load openmpi-x86_64 > ERROR: Unable to locate a modulefile for 'openmpi-x86_64' $ module load mpi/openmpi-x86_64 -- Susi Lehtola Fedora Project Contributor jussi

[SOLVED] Re: >60gb of reserved memory??

2018-06-25 Thread Susi Lehtola
65845468 69088064087868 161676 1066720 64368104 Swap: 62499836 062499836 and they also booted the computer in a Fedora kernel. (I'm off-site for a couple of months.) I.e. the BIOS was the problem, as I had suspected. -- Susi Lehtola Fedora Project C

Re: >60gb of reserved memory??

2018-06-21 Thread Susi Lehtola
On 06/22/2018 12:00 AM, Rick Stevens wrote: On 06/21/2018 11:13 AM, Susi Lehtola wrote: Update: I upgraded from Fedora 27 to Fedora 28, and the same issue persists. Of course, the kernel is almost the same. This has to be some weird kernel / BIOS bug... Can you send us the content of /proc

Re: >60gb of reserved memory??

2018-06-21 Thread Susi Lehtola
ate: I upgraded from Fedora 27 to Fedora 28, and the same issue persists. Of course, the kernel is almost the same. This has to be some weird kernel / BIOS bug... -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org ___ users mai

>60gb of reserved memory??

2018-06-21 Thread Susi Lehtola
0] Memory: 2326720K/66985176K available (12300K kernel code, 1568K rwdata, 3836K rodata, 2124K init, 1368K bss, 64658456K reserved, 0K cma-reserved) Does anyone have any idea of what could be going on? I am running an up-to-date Fedora 27 x86_64 with kernel 4.16.15-200.fc27.x86_64.-- Susi Le

Re: gcc

2017-04-26 Thread Susi Lehtola
is as clean as possible. To convert all warnings into errors you can use -Werror. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to use

Weird crashes and slowdowns

2017-03-27 Thread Susi Lehtola
er (rev 15) 03:00.0 Network controller: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter (rev 20) -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org ___ users mailing list -- users@lists.fedoraproject.org To unsubscri

Re: Build .rpm for X64_64 only

2017-01-15 Thread Susi Lehtola
*and* no binary? If it only works on x86_64, then set ExclusiveArch: x86_64 noarch is be for architecture independent stuff, e.g. scripts and documentation. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org ___ users mailing list

Re: gsl-2

2016-08-02 Thread Susi Lehtola
compatible with GSL 2 would be the much easier route. GSL 2.x isn't that much different from GSL 1.x, only some functions have had their APIs changed. Also, it would seem that there's already work towards GSL 2.x support https://github.com/leto/math--gsl/issues/89 -- Susi Lehtola Fedo

Re: gsl-1 and gsl-2

2016-08-02 Thread Susi Lehtola
software versions you need in a chroot or a virtual machine and use that. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users

Re: disk encryption

2016-01-14 Thread Susi Lehtola
the /home partition and had enough space on other partitions, you could move the data away, reformat the partition /home is situated, and move the data back. In general you'll have to reinstall. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mai

Re: fedup --product=nonproduct --network 22 is upgrading to the unreleased fc23 !!!

2015-09-18 Thread Susi Lehtola
a_20_-.3E_Fedora_21 PS. What does $ rpm -q fedora-release say? -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Co

Re: fedup --product=nonproduct --network 22 is upgrading to the unreleased fc23 !!!

2015-09-15 Thread Susi Lehtola
ers/net/phy/bcm87xx.ko.xz you seem to be running Fedora 20, not Fedora 21. Have you updated part of your system to Fedora 21? If that is the case, I agree with Gordon. You should do a clean install of Fedora 22. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org --

Re: Kernel 4.3 does not seem to support Broadcom BCM43224 802.11a/b/g/n (rev 01)

2015-09-14 Thread Susi Lehtola
kernel 4.2.0 and it also does not support this wifi. What does dmesg say? Do you have the necessary firmware installed? -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: gsl

2015-06-06 Thread Susi Lehtola
ing finite difference derivatives on the list and in private, you should really move this discussion to GSL's developers' list. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscri

Re: gsl

2015-06-04 Thread Susi Lehtola
x27;t have anything implemented currently. You can always use finite difference derivatives though... Probably not, because I am unable to calculate the analytical derivatives!!! If you can't do analytical gradients, you can do finite difference gradients. -- Susi Lehtola Fedora Project C

Re: gsl

2015-06-04 Thread Susi Lehtola
hough... -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-co

Re: gsl

2015-06-04 Thread Susi Lehtola
gsl_root_fdfsolver_type * gsl_root_fdfsolver_steffenson; in gsl/gsl_roots.h. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: Cannot find combination.hpp in Fedora boost

2015-05-12 Thread Susi Lehtola
On 05/12/2015 12:08 AM, Paul Smith wrote: Dear All, I have installed Boost with yum install boost-devel However, I cannot find combination.hpp. Could you please help me? I don't think it's even part of Boost nowadays. -- Susi Lehtola Fedora Project Contributor

Re: FFTW with mpi support

2014-04-19 Thread Susi Lehtola
the mpi versions will require 3x4 = 12 separate compiles. Also, if the flavors are put in separate subpackages, it'll also mean 8 more subpackages... -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubs

Re: honestly, what in the name of mutt is so slow about fedora rawhide?

2014-04-04 Thread Susi Lehtola
i recall correctly, fedora 20 worked just fine, while i wouldn't > wish fedora rawhide on someone holding me up at gunpoint. > > please ... thoughts? The flash plugin is infamous for doing this. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users m

Re: Critical bug in GnuTLS

2014-03-05 Thread Susi Lehtola
uTLS advisory: > > http://www.gnutls.org/security.html#GNUTLS-SA-2014-2 Most likely because the patch has been applied, as the maintainer didn't want to do a version bump on a core package. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list us

Re: Is this an RPMFusion problem? librtmp.so conflict

2014-01-15 Thread Susi Lehtola
yum clean all and then try # yum install mplayer All dependent packages have been recompiled against the bumped librtmp, and they've just hit the stable updates repo some time ago. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.f

Re: oolatex

2013-10-12 Thread Susi Lehtola
no RPM for Fedora (I filed a RFE for it), but in the mean time it's very easy to install the plugin into LibreOffice. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: Open MPI problem After F17 -> F18 Upgrade

2013-07-21 Thread Susi Lehtola
h the wrong runtime libraries, e.g. mpich2 binary with openmpi. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: dar is missing from EPEL 6

2013-05-15 Thread Susi Lehtola
> (libcrypto.so.6). Compiling dar from source is Hell. So I really > > need an up-to-date "dar" package which is compatible with CentOS > > 6.4. > > Try asking on the epel-devel list? > > http://lists.fedoraproject.org/mailman/listinfo/epel-devel > >

Re: Eric4 segmentation fault

2013-04-23 Thread Susi Lehtola
On Tue, 23 Apr 2013 15:13:33 +0100 Martin Airs wrote: > Good day all, > > I wonder if anyone else uses eric on here, and if someone has a > fix/workaround to get this running? > > [martin@desktop ~]$ eric4 > Segmentation fault > [martin@desktop ~]$ File a bug agains

Re: Installing texlive under Fedora 17.

2013-04-11 Thread Susi Lehtola
ve-* # cat > /etc/yum.repos.d/texlive.repo <http://jnovy.fedorapeople.org/texlive/2012/packages.f17/ enabled=1 gpgcheck=0 EOF # yum install texlive-scheme-full after which you will have a full blown TeXLive install. Alternatively, you can update to Fedora 18 and just do the last bit. -- Sus

Re: Problem with yum update && yum upgrade

2012-12-12 Thread Susi Lehtola
update is enough. -- Susi Lehtola Fedora Project Contributor jussileht...@fedoraproject.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_lis