[petsc-users] make streams error
Barry Smith
bsmith at mcs.anl.gov
Tue Oct 6 10:17:12 CDT 2015
Something must be going wrong with the processing of there results. The benchmark ran ok producing Triad: 13797.0526 Rate (MB/s) which is all you really need to know.
Barry
> On Oct 6, 2015, at 12:23 AM, Justin Chang <jychang48 at gmail.com> wrote:
>
> Hi everyone,
>
> I tried running the streams benchmark on the latest petsc version and got this error:
>
> $ make streams NPMAX=1
> cd src/benchmarks/streams; /usr/bin/gmake --no-print-directory PETSC_DIR=/users/jychang48/petsc PETSC_ARCH=arch-linux2-c-opt streams
> mpicc -o MPIVersion.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g -O -I/turquoise/users/jychang48/petsc/include -I/turquoise/users/jychang48/petsc/arch-linux2-c-opt/include -I/usr/projects/hpcsoft/toss2.2/wolf/openmpi/1.6.5-gcc-4.8/include/openmpi/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/projects/hpcsoft/toss2.2/wolf/openmpi/1.6.5-gcc-4.8/include -I/usr/projects/hpcsoft/toss2.2/wolf/openmpi/1.6.5-gcc-4.8/include/openmpi `pwd`/MPIVersion.c
> Reported: 1 (out of 1) daemons - 1 (out of 1) procs
> Number of MPI processes 1 Processor names wf612.localdomain
> Triad: 13797.0526 Rate (MB/s)
> ------------------------------------------------
> Traceback (most recent call last):
> File "process.py", line 110, in <module>
> process(len(sys.argv)-1)
> File "process.py", line 24, in process
> size = int(fields[0].split()[0])
> ValueError: invalid literal for int() with base 10: 'Reported:'
> gmake[1]: [stream] Error 1 (ignored)
> Traceback (most recent call last):
> File "process.py", line 110, in <module>
> process(len(sys.argv)-1)
> File "process.py", line 24, in process
> size = int(fields[0].split()[0])
> ValueError: invalid literal for int() with base 10: 'Reported:'
> gmake[1]: [streams] Error 1 (ignored)
>
>
> Did something break, or am I missing something?
>
> Thanks,
> Justin
More information about the petsc-users
mailing list