Re: [fluka-discuss]: Problem installing Fluka in Centos 7

From: Horváth Dávid <David.Horvath_at_eli-beams.eu>
Date: Sun, 2 Jun 2019 16:27:22 +0000

Dear Sanjay,

The error shown in you first your previous email caused by the difference of Centos' default and the installed FLUKA's gfortran version.
Unfortunately, I can't tell what is the problem when you enable devtoolset-8, since you didn't attach the source routine.

You can check the .out, .err and .log files for the error messages.
Also you can copy and try to run the $FLUPRO/example.inp file, to test if your installation of FLUKA is correct.

Kind regards,
Dávid Horváth

Junior Researcher
Radiation Protection
ELI Beamlines

E: david.horvath_at_eli-beams.eu
T: +420 266 051 283
M: Za Radnicí 835, 25241 Dolní Břežany, Czech Republic


________________________________________
From: sanjay andola <andolas.007_at_gmail.com>
Sent: 02 June 2019 18:14:25
To: Horváth Dávid
Cc: fluka-discuss_at_fluka.org
Subject: Re: [fluka-discuss]: Problem installing Fluka in Centos 7

Hii
In continuation to previous email, when I enabled the devtoolset-8, following is the out appeared in terminal.

[sanjay_at_localhost Singdet_walleffect_Pu-be]$ scl enable devtoolset-8 bash
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-8/root/usr --mandir=/opt/rh/devtoolset-8/root/usr/share/man --infodir=/opt/rh/devtoolset-8/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --with-default-libstdcxx-abi=gcc4-compatible --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-8.2.1-20180905/obj-x86_64-redhat-linux/isl-install --disable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/fff source_PuBe.f
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/lfluka -o Singdet._PuBe_Air -m fluka source_PuBe.o
$FLUPRO = /home/sanjay/FLUKA
 now linking
/home/sanjay/FLUKA
gfortran
ar x /home/sanjay/FLUKA/libflukahp.a fluka.o
gfortran -msse2 -mfpmath=sse -fPIC -O3 -g -mtune=generic -fexpensive-optimizations -funroll-loops -fstrength-reduce -Wall -Wuninitialized -Wno-tabs -Wline-truncation -Wno-unused-function -Wno-unused-parameter -Wno-unused-dummy-argument -Wno-integer-division -Wno-unused-variable -Wno-conversion -Wunused-label -Waggregate-return -Wcast-align -Wsystem-headers -ftrapping-math -frange-check -fbackslash -fdump-core -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-local-zero -ffixed-form -frecord-marker=4 -funderscoring -fno-automatic -fd-lines-as-comments -fbounds-check -I/home/sanjay/FLUKA/flukapro -v -o Singdet._PuBe_Air -Xlinker -Map -Xlinker Singdet._PuBe_Air.map fluka.o source_PuBe.o -L/home/sanjay/FLUKA -lflukahp
Driving: gfortran -msse2 -mfpmath=sse -fPIC -O3 -g -mtune=generic -fexpensive-optimizations -funroll-loops -fstrength-reduce -Wall -Wuninitialized -Wno-tabs -Wline-truncation -Wno-unused-function -Wno-unused-parameter -Wno-unused-dummy-argument -Wno-integer-division -Wno-unused-variable -Wno-conversion -Wunused-label -Waggregate-return -Wcast-align -Wsystem-headers -ftrapping-math -frange-check -fbackslash -fdump-core -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-local-zero -ffixed-form -frecord-marker=4 -funderscoring -fno-automatic -fd-lines-as-comments -fbounds-check -I/home/sanjay/FLUKA/flukapro -v -o Singdet._PuBe_Air -Xlinker -Map -Xlinker Singdet._PuBe_Air.map fluka.o source_PuBe.o -L/home/sanjay/FLUKA -lflukahp -l gfortran -l m -shared-libgcc
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-8/root/usr --mandir=/opt/rh/devtoolset-8/root/usr/share/man --infodir=/opt/rh/devtoolset-8/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --with-default-libstdcxx-abi=gcc4-compatible --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-8.2.1-20180905/obj-x86_64-redhat-linux/isl-install --disable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)
Reading specs from /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-msse2' '-mfpmath=sse' '-fPIC' '-O3' '-g' '-mtune=generic' '-fexpensive-optimizations' '-funroll-loops' '-Wall' '-Wuninitialized' '-Wno-tabs' '-Wline-truncation' '-Wno-unused-function' '-Wno-unused-parameter' '-Wno-unused-dummy-argument' '-Wno-integer-division' '-Wno-unused-variable' '-Wno-conversion' '-Wunused-label' '-Waggregate-return' '-Wcast-align' '-Wsystem-headers' '-ftrapping-math' '-frange-check' '-fbackslash' '-fbacktrace' '-ffpe-trap=invalid,zero,overflow' '-finit-local-zero' '-ffixed-form' '-frecord-marker=4' '-funderscoring' '-fno-automatic' '-fd-lines-as-comments' '-fbounds-check' '-I' '/home/sanjay/FLUKA/flukapro' '-v' '-o' 'Singdet._PuBe_Air' '-L/home/sanjay/FLUKA' '-shared-libgcc' '-march=x86-64'
COMPILER_PATH=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/:/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/:/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/:/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/:/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/:/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-msse2' '-mfpmath=sse' '-fPIC' '-O3' '-g' '-mtune=generic' '-fexpensive-optimizations' '-funroll-loops' '-Wall' '-Wuninitialized' '-Wno-tabs' '-Wline-truncation' '-Wno-unused-function' '-Wno-unused-parameter' '-Wno-unused-dummy-argument' '-Wno-integer-division' '-Wno-unused-variable' '-Wno-conversion' '-Wunused-label' '-Waggregate-return' '-Wcast-align' '-Wsystem-headers' '-ftrapping-math' '-frange-check' '-fbackslash' '-fbacktrace' '-ffpe-trap=invalid,zero,overflow' '-finit-local-zero' '-ffixed-form' '-frecord-marker=4' '-funderscoring' '-fno-automatic' '-fd-lines-as-comments' '-fbounds-check' '-I' '/home/sanjay/FLUKA/flukapro' '-v' '-o' 'Singdet._PuBe_Air' '-L/home/sanjay/FLUKA' '-shared-libgcc' '-march=x86-64'
 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9EgJGr.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o Singdet._PuBe_Air /lib/../lib64/crt1.o /lib/../lib64/crti.o /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o -L/home/sanjay/FLUKA -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../.!
 ./../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../.. -Map Singdet._PuBe_Air.map fluka.o source_PuBe.o -lflukahp -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/crtend.o /lib/../lib64/crtn.o
COLLECT_GCC_OPTIONS='-msse2' '-mfpmath=sse' '-fPIC' '-O3' '-g' '-mtune=generic' '-fexpensive-optimizations' '-funroll-loops' '-Wall' '-Wuninitialized' '-Wno-tabs' '-Wline-truncation' '-Wno-unused-function' '-Wno-unused-parameter' '-Wno-unused-dummy-argument' '-Wno-integer-division' '-Wno-unused-variable' '-Wno-conversion' '-Wunused-label' '-Waggregate-return' '-Wcast-align' '-Wsystem-headers' '-ftrapping-math' '-frange-check' '-fbackslash' '-fbacktrace' '-ffpe-trap=invalid,zero,overflow' '-finit-local-zero' '-ffixed-form' '-frecord-marker=4' '-funderscoring' '-fno-automatic' '-fd-lines-as-comments' '-fbounds-check' '-I' '/home/sanjay/FLUKA/flukapro' '-v' '-o' 'Singdet._PuBe_Air' '-L/home/sanjay/FLUKA' '-shared-libgcc' '-march=x86-64'
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/rfluka -N0 -M5 Singd[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/rfluka -N0 -M5 Singdet._PuBe_Air -e Singdet._PuBe_Air &
[1] 28792
$TARGET_MACHINE = Linux
$FLUPRO = /home/sanjay/FLUKA
[sanjay_at_localhost Singdet_walleffect_Pu-be]$
Initial seed already existing
Running fluka in /home/sanjay/FLUKAWORK/DEtmod/R3effectofsurf/Singdet_walleffect_Pu-be/fluka_28792
================================ Running FLUKA for cycle # 1 =============================================
Removing links
Removing temporary files
Saving output and random number seed No ranSingdet._PuBe_Air002 generated!

Saving additional files generated
================================ Running FLUKA for cycle # 2 =============================================
Removing links
Removing temporary files
Saving output and random number seed No ranSingdet._PuBe_Air003 generated!

Saving additional files generated
================================ Running FLUKA for cycle # 3 =============================================
Removing links
Removing temporary files
Saving output and random number seed No ranSingdet._PuBe_Air004 generated!

Saving additional files generated
================================ Running FLUKA for cycle # 4 =============================================
Removing links
Removing temporary files
Saving output and random number seed No ranSingdet._PuBe_Air005 generated!

Saving additional files generated
================================ Running FLUKA for cycle # 5 =============================================
Removing links
Removing temporary files
Saving output and random number seed No ranSingdet._PuBe_Air006 generated!

Saving additional files generated
Please Help.

Regards
Sanjay

On Sun, Jun 2, 2019 at 9:34 PM sanjay andola <andolas.007_at_gmail.com<mailto:andolas.007_at_gmail.com>> wrote:
Thank you very much for prompt reply.
The example file running fine and produced the result, however one file in "Neutron " default card for producing residual nuclei is not running, I have tried it with the USR track card in detector volume. which is not running, This input file i have compiles and ran on fluka in scientific linux OS.
In the log file it is showing error "Fortran runtime error: Incorrect extent in VALUE argument to DATE_AND_TIME intrinsic: is -140723059865838, should be >=8"
The terminal is showing the following

[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/fff source_PuBe.f
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/lfluka -o Singdet._PuBe_Air -m fluka source_PuBe.o
$FLUPRO = /home/sanjay/FLUKA
 now linking
/home/sanjay/FLUKA
gfortran
ar x /home/sanjay/FLUKA/libflukahp.a fluka.o
rm: cannot remove ‘Singdet._PuBe_Air.map’: No such file or directory
gfortran -msse2 -mfpmath=sse -fPIC -O3 -g -mtune=generic -fexpensive-optimizations -funroll-loops -fstrength-reduce -Wall -Wuninitialized -Wno-tabs -Wline-truncation -Wno-unused-function -Wno-unused-parameter -Wno-unused-dummy-argument -Wno-integer-division -Wno-unused-variable -Wno-conversion -Wunused-label -Waggregate-return -Wcast-align -Wsystem-headers -ftrapping-math -frange-check -fbackslash -fdump-core -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-local-zero -ffixed-form -frecord-marker=4 -funderscoring -fno-automatic -fd-lines-as-comments -fbounds-check -I/home/sanjay/FLUKA/flukapro -v -o Singdet._PuBe_Air -Xlinker -Map -Xlinker Singdet._PuBe_Air.map fluka.o source_PuBe.o -L/home/sanjay/FLUKA -lflukahp
Driving: gfortran -msse2 -mfpmath=sse -fPIC -O3 -g -mtune=generic -fexpensive-optimizations -funroll-loops -fstrength-reduce -Wall -Wuninitialized -Wno-tabs -Wline-truncation -Wno-unused-function -Wno-unused-parameter -Wno-unused-dummy-argument -Wno-integer-division -Wno-unused-variable -Wno-conversion -Wunused-label -Waggregate-return -Wcast-align -Wsystem-headers -ftrapping-math -frange-check -fbackslash -fdump-core -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-local-zero -ffixed-form -frecord-marker=4 -funderscoring -fno-automatic -fd-lines-as-comments -fbounds-check -I/home/sanjay/FLUKA/flukapro -v -o Singdet._PuBe_Air -Xlinker -Map -Xlinker Singdet._PuBe_Air.map fluka.o source_PuBe.o -L/home/sanjay/FLUKA -lflukahp -l gfortran -l m -shared-libgcc
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-msse2' '-mfpmath=sse' '-fPIC' '-O3' '-g' '-mtune=generic' '-fexpensive-optimizations' '-funroll-loops' '-Wall' '-Wuninitialized' '-Wno-tabs' '-Wline-truncation' '-Wno-unused-function' '-Wno-unused-parameter' '-Wno-unused-dummy-argument' '-Wno-integer-division' '-Wno-unused-variable' '-Wno-conversion' '-Wunused-label' '-Waggregate-return' '-Wcast-align' '-Wsystem-headers' '-ftrapping-math' '-frange-check' '-fbackslash' '-fbacktrace' '-ffpe-trap=invalid,zero,overflow' '-finit-local-zero' '-ffixed-form' '-frecord-marker=4' '-funderscoring' '-fno-automatic' '-fd-lines-as-comments' '-fbounds-check' '-I' '/home/sanjay/FLUKA/flukapro' '-v' '-o' 'Singdet._PuBe_Air' '-L/home/sanjay/FLUKA' '-shared-libgcc' '-march=x86-64'
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-msse2' '-mfpmath=sse' '-fPIC' '-O3' '-g' '-mtune=generic' '-fexpensive-optimizations' '-funroll-loops' '-Wall' '-Wuninitialized' '-Wno-tabs' '-Wline-truncation' '-Wno-unused-function' '-Wno-unused-parameter' '-Wno-unused-dummy-argument' '-Wno-integer-division' '-Wno-unused-variable' '-Wno-conversion' '-Wunused-label' '-Waggregate-return' '-Wcast-align' '-Wsystem-headers' '-ftrapping-math' '-frange-check' '-fbackslash' '-fbacktrace' '-ffpe-trap=invalid,zero,overflow' '-finit-local-zero' '-ffixed-form' '-frecord-marker=4' '-funderscoring' '-fno-automatic' '-fd-lines-as-comments' '-fbounds-check' '-I' '/home/sanjay/FLUKA/flukapro' '-v' '-o' 'Singdet._PuBe_Air' '-L/home/sanjay/FLUKA' '-shared-libgcc' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o Singdet._PuBe_Air /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/home/sanjay/FLUKA -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -Map Singdet._PuBe_Air.map fluka.o source_PuBe.o -lflukahp -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
[sanjay_at_localhost Singdet_walleffect_Pu-be]$ $FLUPRO/flutil/rfluka -N0 -M5 Singdet._PuBe_Air -e Singdet._PuBe_Air &
[1] 28260
$TARGET_MACHINE = Linux
$FLUPRO = /home/sanjay/FLUKA
[sanjay_at_localhost Singdet_walleffect_Pu-be]$
Initial seed copied from /home/sanjay/FLUKA
Running fluka in /home/sanjay/FLUKAWORK/DEtmod/R3effectofsurf/Singdet_walleffect_Pu-be/fluka_28260
================================ Running FLUKA for cycle # 1 =============================================

I have attached the input file below.

On Sun, Jun 2, 2019 at 6:26 PM Horváth Dávid <David.Horvath_at_eli-beams.eu<mailto:David.Horvath_at_eli-beams.eu>> wrote:
Dear Sanjay,

devtoolset-8 install gfortran-8 which is incompatible with fluka2011.2x-linux-gfor64bit-7.4-AA.tar.gz.

Try installing fluka2011.2x-linux-gfor64bitAA.tar.gz

Kind regards,
Dávid Horváth

Junior Researcher
Radiation Protection
ELI Beamlines

E: david.horvath_at_eli-beams.eu<mailto:david.horvath_at_eli-beams.eu>
T: +420 266 051 283
M: Za Radnicí 835, 25241 Dolní Břežany, Czech Republic


________________________________________
From: owner-fluka-discuss_at_mi.infn.it<mailto:owner-fluka-discuss_at_mi.infn.it> <owner-fluka-discuss_at_mi.infn.it<mailto:owner-fluka-discuss_at_mi.infn.it>> on behalf of sanjay andola <andolas.007_at_gmail.com<mailto:andolas.007_at_gmail.com>>
Sent: 02 June 2019 13:30:44
To: fluka-discuss_at_fluka.org<mailto:fluka-discuss_at_fluka.org>
Subject: [fluka-discuss]: Problem installing Fluka in Centos 7

Dear FLUKA experts
I am trying to install FLUKA in CENTOS7 64 bit. After installing devtoolset-8 for gfortran, the "fluka2011.2x-linux-gfor64bit-7.4-AA.tar.gz"<https://www.fluka.org/packages/fluka2011.2x-linux-gfor64bit-7.4-AA.tar.gz> installed smoothly. However while I go for running even an example provide by fluka it is not showing any progress.
It is giving following output.
$FLUPRO = /home/sanjay/FLUKA
[sanjay_at_localhost FLUKAWORK]$
Initial seed copied from /home/sanjay/FLUKA
Running fluka in /home/sanjay/FLUKAWORK/fluka_32714
================================ Running FLUKA for cycle # 1 =============================================/home/sanjay/FLUKA/flutil/rfluka: line 361: 32749 Aborted (core dumped) ${EXE} 2> $LOGF > $LOGF

[1]+ Exit 134 $FLUPRO/flutil/rfluka -N0 -M5 example

I have attached the installation window in the attachment.

Please Help!!

Regards
Sanjay


--
Regards
Sanjay Andola
Scientific Officer 'D'
Applied Physics Division
Bhabha Atomic Research Centre
Trombay Mumbai 400085
Ph.  022,25591317
--
Regards
Sanjay Andola
Scientific Officer 'D'
Applied Physics Division
Bhabha Atomic Research Centre
Trombay Mumbai 400085
Ph.  022,25591317
__________________________________________________________________________
You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id=acc_info
Received on Sun Jun 02 2019 - 19:20:15 CEST

This archive was generated by hypermail 2.3.0 : Sun Jun 02 2019 - 20:28:17 CEST