Skip to content

toya42/coarray-fortran-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coarray-fortran-examples

Coarray-fortran examples for beginners by a beginner.

How to Run

exe

mkdir build
cd build
cmake ..
make

unit test

cmake -B build
cmake --build build
cmake --build build --target test

License

Acknowledgement