ternaus / quest-qmc

Automatically exported from code.google.com/p/quest-qmc
2 stars 11 forks source link

Bug when I use gcc - Fortran runtime error: Bad integer for item 1 in list input #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I use gcc and LAPACK with input files that are attached I get:

./ggeom L10.0_mu-0.9_1403397756.7.in 
At line 727 of file dqmc_cfg.F90
Fortran runtime error: Bad integer for item 1 in list input
----
$uname --all
Linux t430 3.15.0-031500rc2-generic #201404201435 SMP Sun Apr 20 18:36:18 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

----
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
----

FC_FLAGS   = -m64 -O3 -funroll-loops -Wall
CXX_FLAGS = -m64 -Wall -funroll-loops -O3

--------------
[1] When I use icc I do not get this error message.
[2] ./ggeom in
 ./test small.in
./verify 

are fine

Original issue reported on code.google.com by iglovi...@gmail.com on 22 Jun 2014 at 12:54

Attachments:

GoogleCodeExporter commented 9 years ago
I am raising priority of this bug to high, because it prevents me from using 

NACAQ 4 core machine in the department.
----
combination of gcc + Intel MKL also returns this error message.

Original comment by iglovi...@gmail.com on 26 Jul 2014 at 9:27

GoogleCodeExporter commented 9 years ago
Hi Vlad,
I believe the problem is that your output file name is more than 30
characters.
I had the same issue some time ago and it was not easy for me to find how to
increase that limit of 30 characters in QUEST. I can tell you what I did
when I
get back to my office, but in the mean time, you can perhaps use a shorter
name.

Best,
Ehsan

Original comment by ehsankha...@gmail.com on 28 Jul 2014 at 6:26