similar to: Most recent version R for IBM Power8 Ubuntu environment

Displaying 20 results from an estimated 3000 matches similar to: "Most recent version R for IBM Power8 Ubuntu environment"

2019 Feb 26
0
Most recent version R for IBM Power8 Ubuntu environment
Bill, On 21 February 2019 at 15:14, Bill Glessner wrote: | What is he most recent version of R known to run reliably in an environment of IBM HPC cluster Power8 systems, Ubuntu 16.04.1 operating environment with gpfs as the cluster file-system? It would seem from 'apt' checking to be R-3.2.3; however, that one is rather old and does not support a sufficient number of R packages that are
2022 Nov 26
1
Performance tests on POWER8 or POWER9
Hi all, Last year the POWER8 and POWER9 specific improvements (for PowerPC) were completely rewritten, but as of yet no accurate performance tests of these have been performed. I have validated functionality and rough performance checks for these through Travis CI, but the numbers I get through that vary wildly. Recently the C code that these improvements mirror has been changed to allow
2007 Jan 26
2
Most reliable setup for mongrel
I''m looking for the most reliable setup for Mongrel. Reliable meaning avoiding things like sending too many requests to a single mongrel process, or sending requests to a mongrel process that has hung for some reason. The handler will most likely be rails, but it might be a custom handler. SSL is also a requirement, which limits the options a bit but it can''t be done away
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon of choice for the faculty wishing to use R, then ran ./configure as before. The ./configure output line using as R_SHELL for scripts ... /usr/local/bin/bash would seem to indicate that the R_SHELL environment variable was recognized and acknowledged. However, I got the same build error: gnumake[2]: Entering
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list recently recommended zebra (www.zebra.org). I haven't yet identified all my needs, but I'm guessing that it will do all my routing needs for a, say, class C set of IP addresses, particularly if I ever have to do anything BGP-related. Anyone have any pointers before I delve in? Or possibly a recommendation for
2005 Dec 01
1
CentOS on Xen question (Xen Hosting)
List: I am considering getting a Xen based virtual server for providing static web-site, secondary MX & DNS. Pros & Cons? anyone? Minimal install from the centos server CD (centos will be the guest OS) with Apache, Selinux, Iptables, qmail, spamassasin, djbdns, clam, mysql, postgreSQL & INN. Any install issues? What should be the HDD & RAM requirement, in addition to my database
2018 Oct 30
7
IBM buying RedHat
> On 10/29/18 1:55 AM, Simon Matter wrote: >> To me it seems like, if they are smart, they will try to push IBM POWER >> and RedHat Linux together to establish real competition in the hardware >> market again (and of course don't forget to keep Fedora/CentOS alive)! > > Er, RHEL has been running on Power for a very long time. The fastest > supercomputer in the
2017 Nov 30
2
PPC64 Disassembler
> But where is the flat set? Maybe I can debug and check what is going on. The MCInstrDesc are in a table in lib/Target/PowerPC/PPCGenInstrInfo.inc of your build directory. > Some additional information: > > MCInst opcode: 0x7cb > Decode Index: 0x1e I had assumed this would have dissembled to '// Inst #234 = BC' which does have the branch flag set, but I think that
2020 Jan 03
2
LLVM build performance with LLVM
Hi, When building LLVM, is it always recommended to do it with the latest official release, currently, it is 9.0.1? I ask because when I tried it with a Debug build, it took an enormous amount of time on POWER8. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200103/f27e32db/attachment.html>
2010 Nov 10
4
IBM GPFS filesystem
Hi all, I was wondering if anyone might be able to speak about using IBM's GPFS filesystem as a means of storing virtual guests in a clustered environment with CentOS as the nodes and KVM as the hypervisor? I'm looking at using IBM's TSM software for archiving data from disk to tape. This requires buying a license for GPFS which is used in conjunction with TSM but can also be used
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
2004 Oct 06
7
Comedian Mail User Guide
Is there a user guide for Comedian Mail? I need to give some training materials to my end users. So far, I have been unable to find anything through google or the Digium site. THanks, Wiley The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other
2019 May 14
2
PowerPC big-endian tests breakage
Hi all, One of my commit broke the PowerPC builder, so I reverted it. The issue could be reproduced only for big-endian, little-endian ppc64 built ok. How can I fix it? I have no access to any PowerPC box to get to the bottom of issue. All the other tests are ok. Commit: https://github.com/llvm/llvm-project/commit/9c20156de39b377190d7a91783d61877b303fe35, svn revision: 359870. Reproduced
2013 May 01
2
IBM gpfs file system and mount resource
Hi all, I wonder if anyone know whether or not it is possible to issue a custom mount command via the mount resource? My issue is that we are running a gpfs file system which uses the commands mmmount and mmumount for file system mounting and re-mounting. The standard mount resource does not work. Any suggestions would be greatly appreciated! Rick -- You received this message because you
2016 Jun 27
2
[lldb-dev] [cfe-dev] What version comes after 3.9? (Was: [3.9 Release] Release plan and call for testers)
On Mon, Jun 27, 2016 at 3:38 PM Hans Wennborg via lldb-dev < lldb-dev at lists.llvm.org> wrote: > On Mon, Jun 27, 2016 at 3:29 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jun 27, 2016, at 8:26 AM, Hans Wennborg via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> That's what concerns me about going to the scheme Richard and Rafael >
2017 Nov 30
2
PPC64 Disassembler
The `isBranch` flag is already set on the branch instructions. Furthermore, we do use the `isBranch()` query in a few places in the PPC back end, so this does work. Perhaps there's something specific about the lldb usage? Is it somehow possible that the `isBranch()` query is called on the wrong instruction? Would you be able to provide a test case that reproduces the issue? On Thu, Nov 30,
2009 Sep 07
1
Newbie Question: Xen Server & Linux Xen Dom0 Differences and a usage query
Hello All I was planning to Implement Xen using Linux Xen dom0 based install when I saw an Ad stating that Xen had made its Xen Server free of cost (wonder if their business model is now only support?) with Tools & Management Application. I would like to know what are the issues involved and Pros & cons of using Linux Dom0 Server vs. Xen Server free. I assume domU machines will be
2016 Jun 01
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
On Wed, Jun 1, 2016 at 7:22 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > ________________________________ > > From: "C Bergström" <cbergstrom at pathscale.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org>, "cfe-dev" > <cfe-dev at lists.llvm.org>,
2020 Jan 03
2
LLVM build performance with LLVM
David, Yes, I was indeed trying to build LLVM with a Debug build. I'll stop doing that from now on. I am on JSC's JURON machine which has 251 GB of memory on the login node, that's more than sufficient to do a build, I suppose, and the linker is LLD as LLVM has a CMake variable to select the linker. On Fri, Jan 3, 2020 at 11:02 AM David Blaikie <dblaikie at gmail.com> wrote:
2017 Sep 27
0
[SPIR-V] SPIR-V in LLVM
> On 27 Sep 2017, at 8:21 pm, Tomeu Vizoso <tomeu.vizoso at collabora.com> wrote: > > Hi there, > > any news on coordination? We have customers who are successfully using > Mesa in their products, and that are now asking about OpenCL. None yet, I’m still waiting for IWOCL to spearhead the coordination. > My current impression is that easiest would be to do what Tom