Skip to content

Commit a0be452

Browse files
author
King
committed
Cleaned up more file permissions, and small changes to a few other files
1 parent 96b357f commit a0be452

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CMakeLists.txt
22
cmake_minimum_required(VERSION 3.25)
33
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
4+
include(DisableIntree)
45

56
option(USE_CUDA "Enable CUDA support" OFF)
67
option(USE_HIP "Enable HIP support" ON)

src/Spatter/Input.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include <omp.h>
2020
#endif
2121

22-
#include "Configuration.hip.hh"
22+
#include "Configuration.hh"
2323
#include "JSONParser.hh"
24-
#include "PatternParser.hip.hh"
24+
#include "PatternParser.hh"
2525
#include "SpatterTypes.hh"
2626

2727
namespace Spatter {

src/Spatter/JSONParser.hip.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
\file JSONParser.cc
2+
\file JSONParser.hip.cc
33
*/
44

55
#include "JSONParser.hip.hh"

src/Spatter/JSONParser.hip.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
\file JSONParser.hh
2+
\file JSONParser.hip.hh
33
*/
44

55
#ifndef SPATTER_JSONPARSER_HH

src/Spatter/PatternParser.hip.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
\file PatternParser.hh
2+
\file PatternParser.hip.hh
33
*/
44

55
#ifndef SPATTER_PATTERNPARSER_HH

0 commit comments

Comments
 (0)