naveen-rn / openshmem_fortran

Fortran wrappers for OpenSHMEM specification over existing C-bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSHMEM Fortran Interface

This project provides Fortran wrapper for the OpenSHMEM standard specification. Use the makefile to build and run the tests.

Allocatable Fortran Coarrays

Some examples in the tests use the Fortran allocatable coarrays for creating symmetric arrays. Hence, only few compilers provide support for building those tests.

Build and Run tests

make all
aprun/srun -n<NPES> ./output

Build tested using Cray Fortran compiler

About

Fortran wrappers for OpenSHMEM specification over existing C-bindings


Languages

Language:Fortran 95.4%Language:C 2.4%Language:Makefile 2.2%