Skip to content

Simple minimal example of how to call cosma pxgemm from fortran.

Notifications You must be signed in to change notification settings

moritzleucke/cosma_fortran_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSMA fortran example

compile cosma:

cmake -DCOSMA_BLAS=CUDA -DCOSMA_SCALAPACK=CUSTOM -DCOSMA_WITH_NCCL=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/p/project1/eat2d/mleucke/cosma/install ..

link:

-lopenblas -lcosma_prefixed_pxgemm -lcosma  -lTiled-MM -lcublas -lcudart -lrt  -lscalapack

About

Simple minimal example of how to call cosma pxgemm from fortran.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published