CC=mpicc CXX=mpicxx cmake \
     -D DEAL_II_WITH_MPI=ON \
     -D DEAL_II_CXX_FLAGS="-march=native" \
     -D DEAL_II_WITH_CXX17=OFF \
     -D DEAL_II_WITH_64BIT_INDICES=ON \
     -D DEAL_II_COMPONENT_EXAMPLES=OFF \
     -D CMAKE_INSTALL_PREFIX=`pwd`/install  \
     ../../deal-git

This is with Intel 19.0.5 and intel MPI. You can also run without
64bit indices, but I need it to be able to do large runs with more
than 4 billion DoFs.

On Sat, Oct 5, 2019 at 11:10 AM Victor Eijkhout
<eijkh...@tacc.utexas.edu> wrote:
>
>
>
> On Oct 5, 2019, at 9:27 AM, Timo Heister <heis...@clemson.edu> wrote:
>
> Otherwise I have no
> problem running with 19.0.5 on Frontera.
>
>
> Dictate me you cmake line?
>
> Victor.
>
> --
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/CA0DCDFA-0246-4300-9C44-1355958D61F2%40tacc.utexas.edu.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAMRj59GKF%2BP-ijjTczf-r_jk3WCKQd%3DkDiLzDBzd%3DEVurGWq7Q%40mail.gmail.com.

Reply via email to