Open GoogleCodeExporter opened 9 years ago
When I use make.inc.gcc I get a bit different error message:
...
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.
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7F68C70FA7D7
#1 0x7F68C70FADDE
#2 0x7F68C6835FEF
#3 0x7F68C694E4E5
#4 0x46CCC6 in gfun::stratification(double*, int, double*, int, double*,
double*, double*, double*)
#5 0x46D34F in gfun::computeg(double*, int, double*, int, double*, double*,
double*)
#6 0x46E273 in cpp_gfun_computeg_
#7 0x4A5CCF in __dqmc_gfun_MOD_dqmc_getg
#8 0x4413B8 in __dqmc_hubbard_MOD_dqmc_hub_sweep2
#9 0x402674 in MAIN__ at ggeom.F90:?
[1] 24659 segmentation fault (core dumped) ./ggeom L10_mu0_1392059069.51.in
----
If I use nwrap = 4 or 6, everything works. But 5, does not.
Original comment by iglovi...@gmail.com
on 10 Feb 2014 at 7:22
When ASQRD is enabled and fix wrap is set to 1, north and nwrap cannot be equal.
Original comment by cxc639
on 10 Feb 2014 at 11:20
Original comment by cxc639
on 10 Feb 2014 at 11:22
Thank you. But still it is a bug, in sense that program should tell me
something:
"
When ASQRD is enabled and fix wrap is set to 1, north and nwrap cannot be equal.
fixwrap = 1
nwrap = 5
north = 5
"
and not:
"
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
"
Original comment by iglovi...@gmail.com
on 11 Feb 2014 at 12:02
Original issue reported on code.google.com by
iglovi...@gmail.com
on 10 Feb 2014 at 7:19Attachments: