8000 GitHub - adit4443ya/c_mpi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adit4443ya/c_mpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run 'mpi_program.f90'

> mpicc -c mpi_wrapper.c -o mpi_wrapper.o
> mpif90 -c mpi_types.f90
> mpif90 -c mpi_c_bindings.f90
> mpif90 mpi_program.f90 mpi_types.o mpi_c_bindings.o mpi_wrapper.o -o mpi_program
> ./mpi_program
[Gauravs-MacBook-Air:00000] *** An error occurred in MPI_Comm_size
[Gauravs-MacBook-Air:00000] *** reported by process [632750080,0]
[Gauravs-MacBook-Air:00000] *** on communicator MPI_COMM_WORLD
[Gauravs-MacBook-Air:00000] *** MPI_ERR_COMM: invalid communicator
[Gauravs-MacBook-Air:00000] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[Gauravs-MacBook-Air:00000] ***    and MPI will try to terminate your MPI job as well)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 73.8%
  • C 26.2%
0