Skip to content

Fix build for nvc++ #63

Description

@gshipman

lanl@localhost:~/b1/benchmarks/branson/build$ nvc++ --version

nvc++ 26.1-0 linuxarm64 target on aarch64 Linux -tp generic
NVIDIA Compilers and Tools
Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

lanl@localhost:~/b1/benchmarks/branson/build$ git diff
diff --git a/src/buffer.h b/src/buffer.h
index 61b5999..df99038 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -14,6 +14,7 @@

#include <mpi.h>
#include
+#include

template class Buffer {

diff --git a/src/constants.h b/src/constants.h
index 8198b46..4ecb920 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -11,6 +11,7 @@

#ifndef constants_h_
#define constants_h_
+#include

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions