https://github.com/f-fathurrahman/ffr-mpi-stuffs
https://github.com/f-fathurrahman/ffr-mpi-stuffs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f-fathurrahman/ffr-mpi-stuffs
- Owner: f-fathurrahman
- Created: 2017-10-17T13:31:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T04:35:38.000Z (10 months ago)
- Last Synced: 2025-01-13T11:49:06.475Z (5 months ago)
- Language: C
- Size: 2.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Various Fortran codes utilizing MPI.
OpenMPI version
```
$ mpirun --version
mpirun (Open MPI) 1.10.2
```Fortran compilers version:
```
ifort (IFORT) 17.0.1 20161005GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
```I could not manage to get `g95` compiler to run with the particular OpenMPI
library that I use.
Error message:
```
In file mpif-sizeof.h:18Included at mpif.h:61
Included at hello.f90:6
USE, INTRINSIC :: iso_fortran_env, ONLY: REAL128
1
Error: Symbol 'real128' referenced at (1) not found in module 'iso_fortran_env'
```