| d63569d6 | 01-Dec-2016 |
Satish Balay <balay@mcs.anl.gov> |
test: single precision build gives errors with default ubuntu 14.04 atlas blas - so workarround with --download-openblas
0a1,22 > [0]PETSC ERROR: --------------------- Error Message ----------------
test: single precision build gives errors with default ubuntu 14.04 atlas blas - so workarround with --download-openblas
0a1,22 > [0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- > [0]PETSC ERROR: > [0]PETSC ERROR: level: -1, err: 2.90982e-07 > > [0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting. > [0]PETSC ERROR: Petsc Development GIT revision: v3.7.4-2087-g11119d7 GIT Date: 2016-11-30 14:06:34 -0600 > [0]PETSC ERROR: ./ex76 on a arch-cuda-single named es by petsc Wed Nov 30 15:56:26 2016 > [0]PETSC ERROR: Configure options --with-cuda=1 --with-cusp=1 -with-cusp-dir=/home/balay/soft/cusplibrary-0.4.0 --with-thrust=1 --with-precision=single --with-clanguage=c --with-cuda-arch=sm_20 --with-no-output -PETSC_ARCH=arch-cuda-single -PETSC_DIR=/sandbox/petsc/petsc.clone-2 > [0]PETSC ERROR: #1 main() line 294 in /sandbox/petsc/petsc.clone-2/src/mat/examples/tests/ex76.c > [0]PETSC ERROR: PETSc Option Table entries: > [0]PETSC ERROR: -bs 8 > [0]PETSC ERROR: -display 140.221.10.20:0.0 > [0]PETSC ERROR: -malloc_dump > [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov---------- > application called MPI_Abort(MPI_COMM_WORLD, 83) - process 0 > > =================================================================================== > = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES > = EXIT CODE: 83 > = CLEANING UP REMAINING PROCESSES > = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES > =================================================================================== /sandbox/petsc/petsc.clone-2/src/mat/examples/tests Possible problem with ex76, diffs above =========================================
show more ...
|
| 190fe1b9 | 01-Dec-2016 |
Satish Balay <balay@mcs.anl.gov> |
test: update cuda builds to use newer cusp - to avoid the following warning:
/sandbox/petsc/petsc.clone/src/vec/is/ao/examples/tests/ex3d ex3 ********************************************************
test: update cuda builds to use newer cusp - to avoid the following warning:
/sandbox/petsc/petsc.clone/src/vec/is/ao/examples/tests/ex3d ex3 *********************************************************************************[0;39m[0;49m mpicxx -o ex3.o -c -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -g -fPIC -I/sandbox/petsc/petsc.clone/include -I/sandbox/petsc/petsc.clone/arch-cuda-double/include -I/home/balay/soft/cusplibrary-0.4.0/ -I/soft/apps/packages/cuda-7.5/include `pwd`/ex3.cxx In file included from /soft/apps/packages/cuda-7.5/include/device_types.h:53:0, from /soft/apps/packages/cuda-7.5/include/builtin_types.h:56, from /soft/apps/packages/cuda-7.5/include/vector_types.h:61, from /soft/apps/packages/cuda-7.5/include/cuComplex.h:65, from /home/balay/soft/cusplibrary-0.4.0/cusp/complex.h:73, from /sandbox/petsc/petsc.clone/include/petscmath.h:118, from /sandbox/petsc/petsc.clone/include/petscsys.h:428, from /sandbox/petsc/petsc.clone/include/petscis.h:7, from /sandbox/petsc/petsc.clone/include/petscvec.h:9, from /sandbox/petsc/petsc.clone/src/vec/is/ao/examples/tests/ex3d/ex3.cxx:13: /soft/apps/packages/cuda-7.5/include/host_defines.h:186:0: warning: "__host__" redefined [enabled by default] #define __host__ \ ^ In file included from /soft/apps/packages/cuda-7.5/include/thrust/detail/config/config.h:31:0, from /soft/apps/packages/cuda-7.5/include/thrust/detail/config.h:22, from /home/balay/soft/cusplibrary-0.4.0/cusp/detail/config.h:23, from /home/balay/soft/cusplibrary-0.4.0/cusp/complex.h:63, from /sandbox/petsc/petsc.clone/include/petscmath.h:118, from /sandbox/petsc/petsc.clone/include/petscsys.h:428, from /sandbox/petsc/petsc.clone/include/petscis.h:7, from /sandbox/petsc/petsc.clone/include/petscvec.h:9, from /sandbox/petsc/petsc.clone/src/vec/is/ao/examples/tests/ex3d/ex3.cxx:13: /soft/apps/packages/cuda-7.5/include/thrust/detail/config/host_device.h:36:0: note: this is the location of the previous definition #define __host__
show more ...
|
| 406067ad | 15-Nov-2016 |
Satish Balay <balay@mcs.anl.gov> |
matlab: get gcov build working.
For some reason, using /usr/bin/mpicc gives errors of type:
Invalid MEX-file '/sandbox/petsc/petsc.clone-2/arch-linux-matlab-ilp64/lib/petsc/matlab/sopen.mexa64': /s
matlab: get gcov build working.
For some reason, using /usr/bin/mpicc gives errors of type:
Invalid MEX-file '/sandbox/petsc/petsc.clone-2/arch-linux-matlab-ilp64/lib/petsc/matlab/sopen.mexa64': /sandbox/petsc/petsc.clone-2/arch-linux-matlab-ilp64/lib/petsc/matlab/sopen.mexa64: undefined symbol: __gcov_merge_add
One can use gcc-4.4 to avoid messages of type: Warning: You are using gcc version '4.8.4'. The version of gcc is not supported. The version currently supported with MEX is '4.7.x'. For a list of currently supported compilers see: http://www.mathworks.com/support/compilers/current_release.
However gcc-4.4 does not work with gcov. It gives messages of type: > profiling:/sandbox/petsc/petsc.clone-3/src/dm/impls/composite/pack.gcda:Invocation mismatch - some data files may have been removed \ No newline at end of file
show more ...
|