ternaus / quest-qmc

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

wrong output with Portland Compiler for ./test large.in #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Portland compiler

----
pgc++ --version

pgc++ 14.6-0 64-bit target on x86-64 Linux -tp sandybridge 
The Portland Group - PGI Compilers and Tools
Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.

----
FC_FLAGS   = -fast –Minform=inform -Mipa=fast,inline
CXX_FLAGS = -fast –Minform=inform -Mipa=fast,inline
----

./test small.in 
works fine
-
./test medium.in
works fine
-
./test large.in

....
 Measurement Sweep, bin, iter, slice :     10    45     6
 Measurement Sweep, bin, iter, slice :     10    46    10
 Measurement Sweep, bin, iter, slice :     10    47     6
 Measurement Sweep, bin, iter, slice :     10    48    18
 Measurement Sweep, bin, iter, slice :     10    49     9
 Measurement Sweep, bin, iter, slice :     10    50    11
 Done Printing
 Running time:    0.000000     (second)
----
Running time should be nonzero for sure.

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