ReFrame logs

1. ReFrame scheduler script

#!/bin/bash
mpiexec -n 1 python /scratch/github-runners/feelpp-actions-runner-0/_work/benchmarking/benchmarking/examples/fibonacci/fibonacci.py -n 40 -a iterative -o /scratch/github-runners/feelpp-actions-runner-0/_work/benchmarking/benchmarking/outputs/fibo/output.csv

2. ReFrame output log

Elapsed time: 4.50800871476531e-06
Fibonacci number: 102334155
Done!