[fluka-discuss]: ldpmqmd problem

From: Latif, Uzair Abdul <uzair.latif_at_ku.edu>
Date: Wed, 21 Mar 2018 22:07:54 +0000

Hello,

I am trying to run FLUKA on the cobalt cluster in University of Wisconsin-Madison. I am trying to install the version: fluka2011.2c-linux-gfor64bitAA.tar.gz

By default the cluster has devtoolset 1.1 and I have to update it devetoolset 2.2 by:

scl enable devtoolset-2 bash

I have to do this in order to be able to use gfortran --version : GNU Fortran (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)

FLUKA itself combines flawlessly but I am having trouble when I run the executable:

./flutil/ldmqmd

I get the following error:

/opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: tmpo/evdini.o: unrecognized relocation (0x2a) in section `.text'
/opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: final link failed: Bad value

In an attempt to solve this problem I have installed the updated version of the ld libraries manually by installing binutils-2.28 in my own local directory. I add all these to my environment variables:

PATH="/data/user/ulatif/opt/bin:$PATH"
LIBRARY_PATH="/data/user/ulatif/opt/bin:$LIBRARY_PATH"
LD_LIBRARY_PATH="/data/user/ulatif/opt/bin:$LD_LIBRARY_PATH"

/data/user/ulatif/opt/bin is where I have the updated ld library executable but Fluka still gives me the same error. I have also tried:

./ldpmqmd -l /data/user/ulatif/opt/bin -L /data/user/ulatif/opt/bin

but still it is not picked up by lfluka. Can someone please guide me on how can I get this running? How can I force lfluka to pick the version of ld executable that I have installed? I am pretty sure that there is nothing wrong with installation of the binutils-2.28.

Thanks,
Uzair Latif
__________________________________________________________________________
You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id¬c_info
Received on Thu Mar 22 2018 - 00:34:37 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 22 2018 - 00:34:41 CET