Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89a018e

Browse files
committed
- .gitignore: removed CMakeList
- tests.yml: removed CUDA toolkit installation- disabled GPU version
1 parentca6f1a3 commit89a018e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
build:
1515

1616
runs-on:ubuntu-latest
17-
env:
18-
CUDAToolkit_ROOT:/usr/local/cuda
1917

2018
steps:
2119
-uses:actions/checkout@v3

‎.gitignore‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@ Testing/UnitTesting/TestOutput/*.xml
100100
Testing/UnitTesting/TestOutput/*.h5
101101

102102
# Machine Specific build script
103-
build.sh
104-
CMakeLists.txt
103+
build.sh

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.12)
44
#CONDITIONAL FLAG(to run simulation on CPU or GPU)
55
#
66
#For GPU:
7-
set(ENABLE_CUDAYES)
7+
#set(ENABLE_CUDA YES)
88
#
99
#For CPU:
1010
#set(ENABLE_CUDA NO)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp