Skip to content

Commit 3600459

Browse files
authored
Merge pull request Exawind#51 from itopcuoglu/header_dev
Fixing macro typo
2 parents 2a063f5 + 092c112 commit 3600459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/HypreSystem.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "HypreSystem.h"
22
#include "GpuQualifiers.h"
33

4-
#if defined (HYPER_USING_HIP)
4+
#if defined (HYPRE_USING_HIP)
55
#include "laplace_3d_weak_scaling.hpp"
66
#endif
77

@@ -1195,7 +1195,7 @@ void HypreSystem::build_ij_vector(std::vector<std::string> &vecfiles,
11951195
/********************************************************************************/
11961196
/* Build 27 Pt Stencil */
11971197
/********************************************************************************/
1198-
#if defined(HYPER_USING_HIP)
1198+
#if defined(HYPRE_USING_HIP)
11991199
GPU_GLOBAL void
12001200
#if defined(HYPRE_MIXEDINT) || defined(HYPRE_BIGINT)
12011201
fillGlobalRowIndices(HYPRE_BigInt n, HYPRE_BigInt iLower, int * row_ptr, HYPRE_BigInt * global_row_inds)

0 commit comments

Comments
 (0)