https://github.com/beliavsky/coarray_fortran_intel_tutorial
Examples from Intel Fortran coarray tutorial
https://github.com/beliavsky/coarray_fortran_intel_tutorial
calculate-pi coarray coarray-fortran fortran intel-fortran monte-carlo
Last synced: 8 months ago
JSON representation
Examples from Intel Fortran coarray tutorial
- Host: GitHub
- URL: https://github.com/beliavsky/coarray_fortran_intel_tutorial
- Owner: Beliavsky
- Created: 2021-05-03T20:33:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T02:40:50.000Z (over 4 years ago)
- Last Synced: 2025-01-30T07:42:48.207Z (10 months ago)
- Topics: calculate-pi, coarray, coarray-fortran, fortran, intel-fortran, monte-carlo
- Language: Fortran
- Homepage:
- Size: 6.84 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coarray Fortran Intel Tutorial
Examples from Intel Fortran coarray tutorial at https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-coarray-tutorial/top.html
Results of running mcpi.bat on Windows 10:
Computing pi using 600000000 trials sequentially
Computed value of pi is 3.1415191, Relative Error: .234E-04
Elapsed time is 13.1 seconds
Computing pi using 600000000 trials across 4 images
Computed value of pi is 3.1416066, Relative Error: .445E-05
Elapsed time is 3.62 seconds