Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I compile an executable file to run as an MPI application?

0
Posted

How do I compile an executable file to run as an MPI application?

0

To compile a source file named my_app written in C use the command: mpicc -o my_app my_appl.c To compile a source file named my_appl written in Fortran 90 use the command: mpif90 -o my_app my_appl.f90 See the MPI Documentation section of this Web site for more information on MPI compiling. Also, see man mpicc for C compiler specifics and man mpif90 for Fortran90 compiler specifics.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123