mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
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).
10 lines
253 B
C++
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>
|