srinathv / HPCCG-F90

A Fortran 90 port of the Mantevo HPCCG SpMVM benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Fortran 90 port of the Mantevo HPCCG SpMVM benchmark.

You find the original (C++) implementation here:

https://mantevo.org/download.php

There are three different variants:

MPI  Contains a OpenMP/MPI/MPI+OpenMP implementation
CAF-V1  Contains a naive CoArray Fortran implementation (optional use MPI for collectives)
CAF-V2  Contains a MPI like CoArray Fortran implementation (optional use MPI for collectives)

About

A Fortran 90 port of the Mantevo HPCCG SpMVM benchmark

License:BSD 2-Clause "Simplified" License


Languages

Language:Fortran 71.2%Language:Makefile 20.5%Language:C++ 4.6%Language:C 3.7%