Skip to content

Commit

Permalink
Add coarray results
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 24, 2024
1 parent b46d4e0 commit 2407342
Show file tree
Hide file tree
Showing 13 changed files with 260 additions and 1,597 deletions.
39 changes: 38 additions & 1 deletion benchmarks/dot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- [Intel Fortran Compiler Classic (ifort)](#intel-fortran-compiler-classic-ifort)
- [GNU Fortran (gfortran)](#gnu-fortran-gfortran)
- [NVIDIA HPC (nvfortran)](#nvidia-hpc-nvfortran)
- [dot\_product (Coarray)](#dot_product-coarray)
- [Intel Fortran Compiler (ifx)](#intel-fortran-compiler-ifx-1)
- [Intel Fortran Compiler Classic (ifort)](#intel-fortran-compiler-classic-ifort-1)

## Usage Guide

Expand Down Expand Up @@ -109,4 +112,38 @@ System specifications for the obtained results:
|---------|--------------------------|
| <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_nvfortran_speedup.png" width="300"> | <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_nvfortran_speedup_avg.png" width="300"> |

[View detailed table](https://raw.githack.com/gha3mi/forbenchmark/main/benchmarks/dot/results/dot_nvfortran.html)
[View detailed table](https://raw.githack.com/gha3mi/forbenchmark/main/benchmarks/dot/results/dot_nvfortran.html)

## dot_product (Coarray)

System specifications for the obtained results:

| **Specification** | **Details** |
|----------------------|---------------------------------------------|
| **Processor** | Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz |
| **Memory** | 64 GB |
| **Operating System** | Ubuntu 22.04.3 LTS |

### Intel Fortran Compiler (ifx)

| Elapsed Time | Performance |
|--------------|-------------|
| <img alt="dot_elapsed_time" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifx_co_time_max.png" width="300"> | <img alt="dot_performance" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifx_co_perf_tot.png" width="300"> |

| Speedup | Average Weighted Speedup |
|---------|--------------------------|
| <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifx_co_speedup.png" width="300"> | <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifx_co_speedup_max_avg.png" width="300"> |

[View detailed table](https://raw.githack.com/gha3mi/forbenchmark/main/benchmarks/dot/results/dot_ifx_co.html)

### Intel Fortran Compiler Classic (ifort)

| Elapsed Time | Performance |
|--------------|-------------|
| <img alt="dot_elapsed_time" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifort_co_time_max.png" width="300"> | <img alt="dot_performance" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifort_co_perf_tot.png" width="300"> |

| Speedup | Average Weighted Speedup |
|---------|--------------------------|
| <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifort_co_speedup.png" width="300"> | <img alt="dot_speedup" src="https://github.com/gha3mi/forbenchmark/raw/main/benchmarks/dot/results/dot_ifort_co_speedup_max_avg.png" width="300"> |

[View detailed table](https://raw.githack.com/gha3mi/forbenchmark/main/benchmarks/dot/results/dot_ifort_co.html)
Loading

0 comments on commit 2407342

Please sign in to comment.