Skip to content
Snippets Groups Projects

Testing one-sided communication

Merged Soheil Soltani requested to merge onesided into master
3 files
+ 100
368
Compare changes
  • Side-by-side
  • Inline
Files
3
enable_language(Fortran)
find_package(MPI REQUIRED)
add_executable(collectives_blacs main.f90 stats_module.f90 precisions_module.f90)
add_executable(collectives_blacs main.f90 stats_module.f90 precisions_module.f90 collectives_module.f90)
message("MPI_Fortran_Compiler: " ${MPI_Fortran_COMPILER})
Loading