Bruno,

I just start to install p4est first in our server consisting of many
machines. Then, after following the basic in instruction shown here, I get
the following error. Can you help me out?

===============Instruction=====================================
If you want to use the script, copy the tarball to a fresh directory
together with the p4est-setup.sh script
<http://www.dealii.org/developer/external-libs/p4est-setup.sh> (the one
from this link, not one you may have gotten from the p4est webpage). Then
call the script as follows:

sh ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation


where p4est-x-y-z.tar.gz is the name of the p4est distribution file, and
/path/to/installation is a directory into which you want to install p4est.

In both cases, you can configure deal.II using a line like

cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON
-DDEAL_II_WITH_MPI=ON <...>


if the p4est library isn't picked up automatically.
==============================================================




[chueh@icycn06 p4est]$ sh ./p4est-setup.sh p4est-1.1.tar.gz
/work2/chueh/deal.II_project/p4est
CFLAGS_FAST: -O2
CFLAGS_DEBUG: -O0 -g

This script tries to unpack, configure and build the p4est library.
Build FAST: /work2/chueh/deal.II_project/p4est/p4est-build/FAST
Build DEBUG: /work2/chueh/deal.II_project/p4est/p4est-build/DEBUG
Install FAST: /work2/chueh/deal.II_project/p4est/FAST
Install DEBUG: /work2/chueh/deal.II_project/p4est/DEBUG
Checking environment: CFLAGS P4EST_CFLAGS_FAST P4EST_CFLAGS_DEBUG
Unpack directory: /work2/chueh/deal.II_project/p4est/p4est-1.1
Unpacking... done
See output in files .../config.output and .../make.output

Build FAST version in /work2/chueh/deal.II_project/p4est/p4est-build/FAST
configure: WARNING: Static source code checker splint not found
pgc++-Error-Unknown switch: -print-prog-name=ld
configure: WARNING: Static source code checker splint not found
pgc++-Error-Unknown switch: -print-prog-name=ld
/tmp/pgccUZWckQrbzfNI.s: Assembler messages:
/tmp/pgccUZWckQrbzfNI.s:1605: Error: no such instruction: `vinserti128
$1,%xmm0,%ymm0,%ymm3'
/tmp/pgccUZWckQrbzfNI.s:1623: Error: no such instruction: `vinserti128
$1,%xmm1,%ymm1,%ymm1'
/tmp/pgccUZWckQrbzfNI.s:1626: Error: suffix or operands invalid for `vpsubd'
/tmp/pgccUZWckQrbzfNI.s:1631: Error: suffix or operands invalid for `vpaddd'
/tmp/pgccUZWckQrbzfNI.s:1717: Error: no such instruction: `vinserti128
$1,%xmm0,%ymm0,%ymm3'
/tmp/pgccUZWckQrbzfNI.s:1742: Error: no such instruction: `vinserti128
$1,%xmm1,%ymm1,%ymm1'
/tmp/pgccUZWckQrbzfNI.s:1745: Error: suffix or operands invalid for `vpsubd'
/tmp/pgccUZWckQrbzfNI.s:1749: Error: suffix or operands invalid for `vpaddd'
/tmp/pgccUZWckQrbzfNI.s:1790: Error: no such instruction: `vinserti128
$1,%xmm0,%ymm0,%ymm3'
/tmp/pgccUZWckQrbzfNI.s:1806: Error: no such instruction: `vinserti128
$1,%xmm1,%ymm1,%ymm1'
/tmp/pgccUZWckQrbzfNI.s:1810: Error: suffix or operands invalid for `vpsubd'
/tmp/pgccUZWckQrbzfNI.s:1815: Error: suffix or operands invalid for `vpaddd'
/tmp/pgccUZWckQrbzfNI.s:1878: Error: no such instruction: `vinserti128
$1,%xmm0,%ymm0,%ymm3'
/tmp/pgccUZWckQrbzfNI.s:1903: Error: no such instruction: `vinserti128
$1,%xmm1,%ymm1,%ymm1'
/tmp/pgccUZWckQrbzfNI.s:1906: Error: suffix or operands invalid for `vpsubd'
/tmp/pgccUZWckQrbzfNI.s:1910: Error: suffix or operands invalid for `vpaddd'
make: *** [src/src_libsc_la-sc_bspline.lo] Error 1
make: *** Waiting for unfinished jobs....
Error: Error in make sc


Chih-Che

On Mon, Aug 21, 2017 at 8:16 PM, Bruno Turcksin <bruno.turck...@gmail.com>
wrote:

> Chih-Che
>
> 2017-08-17 20:39 GMT-04:00 Chih-Che Chueh <chue...@gmail.com>:
> > I can wait for the tests that are done. No worry.
> Everything is working now.
>
> Best,
>
> Bruno
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see https://groups.google.com/d/
> forum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to