[petsc-users] make streams error

Justin Chang jychang48 at gmail.com
Tue Oct 6 00:23:14 CDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20151005/0253deab/attachment.html>


More information about the petsc-users mailing list