Re: [fluka-discuss]: Ubunto 13.10 64 bits installation

From: Vittorio Boccone <dr.vittorio.boccone_at_ieee.org>
Date: Fri, 14 Mar 2014 14:51:17 +0100

Dear Natanael,
 no fluka is now installed and running

The error you see is a minor thing which need to be fixed but it does not
preclude the installation.

V.


On Fri, Mar 14, 2014 at 2:29 PM, <nm00219_at_surrey.ac.uk> wrote:

> Hi Vittorio,
>
>
> I removed the FLUPRO directory.
>
>
> On FLUPRO folder:
>
> export FLUPRO=/home/natanael/FLUPRO
> export FLUFOR=gfortran
> make
>
>
> There seems to be a recurring error in the log attached. The text was
> too big and I couldn't copy the whole process from bash, it wouldn't let me
> scroll further.
>
>
> Best,
>
> Nat
> ------------------------------
> *From:* Vittorio Boccone <dr.vittorio.boccone_at_ieee.org>
> *Sent:* Friday, March 14, 2014 11:12 AM
> *To:* Mota NCD Mr (PG/T - Physics); fluka-discuss_at_fluka.org
> *Subject:* Re: [fluka-discuss]: Ubunto 13.10 64 bits installation
>
> Hi Natanael,
> please lets keep the discussion on the list such that other people may
> profit of it.
>
> from you log I see that you define FLUPRO as
>
> *export FLUPRO=/pathto/fluka *
> and not
>
> *export FLUPRO=/home/natanael/FLUPRO *
>
>
> Summarizing:
> 1) You have Ubuntu 13.10 x86_64 freshly installed.
> 2) You have downloaded the file fluka2011.2b-linux-gfor64bitAA.tar.za<http://fluka2011.2b-linux-gfor64bitaa.tar.za/>and unpacked in the directoty called
> /home/natanael/FLUPRO
> 3) You have defined FLUPRO and FLUFOR according to the location of the
> package and the type of compiler
> 4) You went in the directory FLUFOR and did a "make"
>
> If you did something else than that please start from scratch, do a
> "make clean" or remove the FLUPRO directory and start over.
>
> Could you post the results of
>
> > uname -a
> > gfortran --version
> > ldd /usr/bin/gfortran
>
>
>
> On Fri, Mar 14, 2014 at 11:46 AM, <nm00219_at_surrey.ac.uk> wrote:
>
>> Hi Vittorio,
>>
>>
>> I did it as you said but no success, the error message seems smaller
>> though. Please check new log.
>>
>>
>> Best,
>>
>> Nat
>>
>>
>> ------------------------------
>> *From:* Vittorio Boccone <dr.vittorio.boccone_at_ieee.org>
>> *Sent:* Friday, March 14, 2014 6:17 AM
>>
>> *To:* Mota NCD Mr (PG/T - Physics)
>> *Subject:* Re: [fluka-discuss]: Ubunto 13.10 64 bits installation
>>
>> Hi Natanael,
>> then you clearly missed the definition of the FLUFOR (and if need the
>> additional GFORFLU in case is needed) as specified in the installation
>> instructions
>>
>> http://www.fluka.org/fluka.php?id=ins_run&mm2=3
>>
>> - FLUFOR (optional): containing the compiler type (*gfortran* or *g77*)
>> which must be coherent with the architecture of the package you downloaded.
>> If you work on *bash* do:
>>
>> > export FLUFOR=g77
>>
>> or
>>
>> > export FLUFOR=gfortran
>>
>>
>> Best V.
>>
>>
>> On Thu, Mar 13, 2014 at 10:27 PM, <nm00219_at_surrey.ac.uk> wrote:
>>
>>>
>>> Dear Vittorio,
>>>
>>> Thank you so much for the quick reply!
>>> No not at all I just want the simple x64 installation no 32 bits. I
>>> believe I have gfortran already. But I made double sure I got the 64 bits
>>> version in both cases I don't understand...
>>>
>>> Best,
>>> Nat
>>>
>>> Sent from Samsung Mobile
>>>
>>>
>>> -------- Original message --------
>>> From: Vittorio Boccone
>>> Date:13/03/2014 9:18 PM (GMT+00:00)
>>> To: "Mota NCD Mr (PG/T - Physics)" ,fluka-discuss_at_fluka.org
>>> Subject: Re: [fluka-discuss]: Ubunto 13.10 64 bits installation
>>>
>>> Hi Natanael,
>>> I suggested you to install the 64 bit version with gfortran instead, you
>>> are still trying to compile the 32 bit version on a 64 bit machine. This
>>> can be done but if you want to compile/link 32-bit packages, you need
>>> to install a minimal set of 32-bit packages (at least what in the
>>> Scientific linux and Fedora are the packages called glibc-devel.i686
>>> libgcc.i686)
>>>
>>> /usr/bin/ld: cannot find crt1.o: No such file or directory -> means
>>> that the compat lib are not complete
>>>
>>> I suggested you to try the gfortran version as it works out of the box
>>> (you only have to install gfortran with a sudo apt-get install gfortran)
>>>
>>> Do you really need the 32 bit version for some legacy application?
>>>
>>> Best,
>>> V.
>>>
>>>
>>> On Thu, Mar 13, 2014 at 8:40 PM, <nm00219_at_surrey.ac.uk> wrote:
>>>
>>>> Dear Vittorio,
>>>>
>>>>
>>>> I did as you said, and I faced another error. Please check the log.
>>>>
>>>>
>>>> Best,
>>>>
>>>> Nat
>>>>
>>>>
>>>>
>>>> ------------------------------
>>>> *From:* Vittorio Boccone <dr.vittorio.boccone_at_ieee.org>
>>>> *Sent:* Wednesday, March 05, 2014 11:44 PM
>>>> *To:* Mota NCD Mr (PG/T - Physics); Mary Chin
>>>> *Cc:* fluka-discuss_at_fluka.org
>>>> *Subject:* Re: [fluka-discuss]: Ubunto 13.10 64 bits installation
>>>>
>>>> Dear Natanael,
>>>> form the short log you sent it seems you downloaded the 32bit (g77)
>>>> version of the code while you are trying to compile it in 64 bit mode with
>>>> gfortran.
>>>>
>>>> > gfortran -o actdline actdline.o
>>>> > /usr/bin/ld: i386 architecture of input file `actdline.o' is
>>>> incompatible with i386:x86-64 output
>>>>
>>>> For the installation/download refer to
>>>> http://www.fluka.org/fluka.php?id=ins_run&mm2=3
>>>>
>>>> Please try to download and compile this instead
>>>> https://www.fluka.org/packages/fluka2011.2b-linux-gfor64bitAA.tar.gz
>>>>
>>>> Best,
>>>> V.
>>>>
>>>>
>>>> On Wed, Mar 5, 2014 at 6:23 PM, <nm00219_at_surrey.ac.uk> wrote:
>>>>
>>>>> Dear Sir/Madam,
>>>>>
>>>>>
>>>>> I have been trying to install fluka and flair on my 64 bits Ubunto
>>>>> 13.10 system. I have already acquired g77 ( just in case) and gfortran
>>>>> along with some flair packages, but whenever I hit make for the fluka
>>>>> installation it doesn't compile properly. I've been guiding myself with
>>>>> this site
>>>>> https://twiki.cern.ch/twiki/bin/view/Sandbox/HCALRadiationProject
>>>>> and the readme file, with little sucess due to my system's architecture and
>>>>> operating system. The bash verbose is attached.
>>>>>
>>>>> I would deeply appreciate a user friendly set of instructions from
>>>>> step 0.
>>>>>
>>>>> Best regards,
>>>>> Natanael Mota
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>
Received on Fri Mar 14 2014 - 15:52:04 CET

This archive was generated by hypermail 2.3.0 : Fri Mar 14 2014 - 15:52:05 CET