https://github.com/bast/language-mix
Examples across languanges.
https://github.com/bast/language-mix
Last synced: 4 months ago
JSON representation
Examples across languanges.
- Host: GitHub
- URL: https://github.com/bast/language-mix
- Owner: bast
- License: lgpl-3.0
- Created: 2013-12-09T19:24:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T11:21:02.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T02:42:38.924Z (over 1 year ago)
- Language: FORTRAN
- Size: 141 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Language-mix examples
=====================
Build the code:
```
mkdir build
cd build
FC=mpif90 CXX=mpicxx cmake ..
make
```