Le jeu. 13 févr. 2020 à 07:27, vachan potluri
<vachanpotluri1...@gmail.com> a écrit :
>
> It is working!
>
> The mistake I did was to open an interactive job and run the executables 
> through bash. When I instead submitted a job, and executed using aprun 
> (Cray's equivalent to mpirun) to run the executables, they ran successfully. 
> I tested step-1, step-18 and my own code too. The installation tests will 
> probably not run though, since they are actually makefile targets.

Glad to hear. You should be able to run the installation tests but you
need to let cmake know that it shouldn't use mpiexec but aprun
instead. This can be done when you configure deal.II by using:

-D MPI_EXEC="aprun"

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAGVt9eO4jdF-C48awXwffjN4wsmCsOJRA4sGXDuyAfyb5%2Bj1tA%40mail.gmail.com.

Reply via email to