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 25 -a recursive -o /scratch/github-runners/feelpp-actions-runner-0/_work/benchmarking/benchmarking/outputs/fibo/output.csv

2. ReFrame output log

Elapsed time: 0.012101923988666385
Fibonacci number: 75025
Done!