https://github.com/ivan-pi/ipcex
Some experiments with IPC
https://github.com/ivan-pi/ipcex
Last synced: 5 days ago
JSON representation
Some experiments with IPC
- Host: GitHub
- URL: https://github.com/ivan-pi/ipcex
- Owner: ivan-pi
- License: mit
- Created: 2024-03-23T15:46:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T16:08:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T05:49:12.356Z (10 months ago)
- Language: Fortran
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipcex
Some experiments with IPC
## ab
Launching two processes connected by pipes
```
~/ipcex/ab$ make
~/ipcex/ab$ ./launch.sh
```
## spawn
A wrapper of the C++ example by Konstantin Tretyakov
https://gist.github.com/konstantint/d49ab683b978b3d74172
A compiler supporting the Fortran 2018 `ISO_Fortran_binding.h` is needed.
```
~/ipcex/spawn$ make
~/ipcex/spawn$ ./test_spawn
```