ternaus / quest-qmc

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

CheckerBoard decomposition segmentation fault #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Compiled with make.inc.mkl-icc with a flag -D_CKB instead of -DDQMC_ASQRD

FC_FLAGS = -g -m64 -check bounds -traceback

----

./test small.in 
 Warning: gamma wasn't initialized,  used default setting.
 Warning: accept wasn't initialized, used default setting.
 Warning: reject wasn't initialized, used default setting.
 Warning: HSFtype wasn't initialized, used default setting.
 Warning: delta1 wasn't initialized,  used default setting.
 Warning: delta2 wasn't initialized,  used default setting.
 Warning: ssxx wasn't initialized, used default setting.
forrtl: severe (408): fort: (2): Subscript #1 of the array CSTART has value 1 
which is greater than the upper bound of -1

Image              PC                Routine            Line        Source      

test               00000000004344DE  dqmc_struct_mp_dq         298  
dqmc_struct.F90
test               000000000051509A  dqmc_ckb_mp_dqmc_         101  dqmc_ckb.F90
test               00000000004DA8D4  dqmc_hubbard_mp_d         527  
dqmc_hubbard.F90
test               00000000004D369B  dqmc_hubbard_mp_d         265  
dqmc_hubbard.F90
test               00000000004036E3  dqmc_2dperl_mp_dq          67  
dqmc_2dperl.F90
test               0000000000403346  MAIN__                     22  test.F90
test               00000000004032D6  Unknown               Unknown  Unknown
libc.so.6          00007FDA9260FEC5  Unknown               Unknown  Unknown
test               00000000004031C9  Unknown               Unknown  Unknown

----

Ehsan, I do not know how do you trust your output when you have problems with 
the array bounds...

Original issue reported on code.google.com by iglovi...@gmail.com on 21 Jul 2014 at 9:11

GoogleCodeExporter commented 9 years ago
I don't have any problem with array bounds. As far as I know this arises in
the tests.

Original comment by ehsankha...@gmail.com on 21 Jul 2014 at 9:21