You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the baseline seq version does not print out verification output like other versions do. It actually aborts before reaching the verification stage.
[../RAJAProxies.git/buildRayCuda/bin]./lulesh-v2.0-baseline-seq.exe -s 45
Running problem size 45^3 per domain until completion
Num processors: 1
Total number of elements: 91125
To run other sizes, use -s .
To run a fixed number of iterations, use -i .
To run a more or less balanced region set, use -b .
To change the relative costs of regions, use -c .
To print out progress, use -p
To write an output file for VisIt, use -v
See help (-h) for more options
[../RAJAProxies.git/buildRayCuda/bin]echo $?
255
//------------compared to omp version's output
[../RAJAProxies.git/buildRayCuda/bin]./lulesh-v2.0-baseline-omp.exe -s 45
Running problem size 45^3 per domain until completion
Num processors: 1
Num threads: 64
Total number of elements: 91125
To run other sizes, use -s .
To run a fixed number of iterations, use -i .
To run a more or less balanced region set, use -b .
To change the relative costs of regions, use -c .
To print out progress, use -p
To write an output file for VisIt, use -v
See help (-h) for more options
Run completed:
Problem size = 45
MPI tasks = 1
Iteration count = 1477
Final Origin Energy = 4.234875e+05
Testing Plane 0 of Energy Array on rank 0:
MaxAbsDiff = 1.600711e-10
TotalAbsDiff = 2.642516e-09
MaxRelDiff = 1.830255e-12
Elapsed time = 45.58 (s)
Grind time (us/z/c) = 0.33867557 (per dom) (0.33867557 overall)
FOM = 2952.6783 (z/s)
[../RAJAProxies.git/buildRayCuda/bin] echo $?
0
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the baseline seq version does not print out verification output like other versions do. It actually aborts before reaching the verification stage.
[../RAJAProxies.git/buildRayCuda/bin]./lulesh-v2.0-baseline-seq.exe -s 45
Running problem size 45^3 per domain until completion
Num processors: 1
Total number of elements: 91125
To run other sizes, use -s .
To run a fixed number of iterations, use -i .
To run a more or less balanced region set, use -b .
To change the relative costs of regions, use -c .
To print out progress, use -p
To write an output file for VisIt, use -v
See help (-h) for more options
[../RAJAProxies.git/buildRayCuda/bin]echo $?
255
//------------compared to omp version's output
[../RAJAProxies.git/buildRayCuda/bin]./lulesh-v2.0-baseline-omp.exe -s 45
Running problem size 45^3 per domain until completion
Num processors: 1
Num threads: 64
Total number of elements: 91125
To run other sizes, use -s .
To run a fixed number of iterations, use -i .
To run a more or less balanced region set, use -b .
To change the relative costs of regions, use -c .
To print out progress, use -p
To write an output file for VisIt, use -v
See help (-h) for more options
Run completed:
Problem size = 45
MPI tasks = 1
Iteration count = 1477
Final Origin Energy = 4.234875e+05
Testing Plane 0 of Energy Array on rank 0:
MaxAbsDiff = 1.600711e-10
TotalAbsDiff = 2.642516e-09
MaxRelDiff = 1.830255e-12
Elapsed time = 45.58 (s)
Grind time (us/z/c) = 0.33867557 (per dom) (0.33867557 overall)
FOM = 2952.6783 (z/s)
[../RAJAProxies.git/buildRayCuda/bin] echo $?
0
The text was updated successfully, but these errors were encountered: