rocshmem_config.h has a different include path when installed and built-dir (#186)

* rocshmem_config.h needs to be in a similar directory structure for
includes to work when building testers in build, and from an installed
library

* Do not change installed rocshmem.hpp
Tento commit je obsažen v:
Aurelien Bouteiller
2025-07-02 16:51:38 -04:00
odevzdal GitHub
rodič 6dba253890
revize 63a79892b2
27 změnil soubory, kde provedl 30 přidání a 29 odebrání
+1 -1
Zobrazit soubor
@@ -26,7 +26,7 @@
#include <mpi.h>
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem_config.h" // NOLINT(build/include_subdir)
#include "host_helpers.hpp"
#include "../memory/window_info.hpp"
#include "../util.hpp"
+1 -1
Zobrazit soubor
@@ -25,7 +25,7 @@
#ifndef LIBRARY_SRC_HOST_HOST_TEMPLATES_HPP_
#define LIBRARY_SRC_HOST_HOST_TEMPLATES_HPP_
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem_config.h" // NOLINT(build/include_subdir)
#include "host_helpers.hpp"
#include "../memory/window_info.hpp"
#include "../team.hpp"