ports/benchmarks/imb/files/patch-src__cpp_args__parser.h
Thierry Thomas 3eb5a6be9e benchmarks/imb: upgrade to 2021.3
This port was very outdated: releases notes are available at
<https://github.com/intel/mpi-benchmarks/releases>.

The PDF is no more included but the user guide is available at
<https://software.intel.com/en-us/imb-user-guide>.

Also modernize the port and switch from OpenMPI 3 to OpenMPI4 (optiopnal,
MPICH still being the default).
2023-04-16 10:18:59 +02:00

10 lines
253 B
C++

--- src_cpp/args_parser.h.orig 2021-10-01 13:09:19 UTC
+++ src_cpp/args_parser.h
@@ -52,6 +52,7 @@ goods and services.
#include <iostream>
#include <sstream>
#include <assert.h>
+#include <libgen.h>
#include <string>
#include <map>
#include <set>