[Llvm-bgq-discuss] llvm-bgq

Chris Samuel samuel at unimelb.edu.au
Wed Apr 2 15:19:23 CDT 2014


Hi Hal,

On Wed, 2 Apr 2014 09:17:39 AM Hal Finkel wrote:

> Yes, I have several users because of OpenFOAM.

:-)

> Regarding the errors, did you install the binutils package? It looks like
> you have not. You need the bgclang-binutils package for the setup to
> function properly.

I believe I do, this is what RPM reports.

[samuel at avoca samuel]$ rpm --dbpath /usr/local/llvm/rpmdir -qa
bgclang-stage1-libcxx-3.4-1.ppc64
bgclang-binutils-r203443-20140309-1-1.ppc64
bgclang-compiler-rt-r203443-20140309-1-1.ppc64
bgclang-libomp-r203443-20140309-1-2.ppc64
vpkg-bin-sh-1-1.ppc64
bgclang-stage1-3.4-1.ppc64
bgclang-r203443-20140309-1-1.ppc64
bgclang-libcxx-r203443-20140309-1-1.ppc64
bgclang-sleef-r203443-20140309-1-1.ppc64

So that's all 9 RPMs listed on the trac site.

They are installeded with this script (the intention is to download each
separate release into its own directory and then run this script from the
parent):

#!/bin/bash

PREFIX=/usr/local/llvm
RPMDIR=${PREFIX}/rpmdir

mkdir -p ${RPMDIR}

rpm -Uhv --dbpath ${RPMDIR} --prefix ${PREFIX} vpkg-bin-sh-*.ppc64.rpm 

rpm -Uhv --dbpath ${RPMDIR} --prefix ${PREFIX} bgclang-stage1*.rpm

rpm -Uhv --dbpath ${RPMDIR} --prefix ${PREFIX} bgclang-binutils-*.ppc64.rpm bgcl
ang-r*.ppc64.rpm bgclang-compiler-rt-*.ppc64.rpm bgclang-libcxx-*.ppc64.rpm bgcl
ang-libomp-r203443-20140309-1-2.ppc64.rpm bgclang-sleef-*.ppc64.rpm


Thanks!
Chris
-- 
 Christopher Samuel        Senior Systems Administrator
 VLSCI - Victorian Life Sciences Computation Initiative
 Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545
 http://www.vlsci.org.au/      http://twitter.com/vlsci



More information about the llvm-bgq-discuss mailing list