Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HPCAPPs
OpenFOAM-GPU-v2.0
Commits
4fdcdb4e
Commit
4fdcdb4e
authored
Mar 07, 2024
by
shunbo
Browse files
Initial Commit
parent
4008ff3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
22 deletions
+1
-22
.gitignore
.gitignore
+1
-0
.vscode/settings.json
.vscode/settings.json
+0
-5
modules/OpenQBMM/.vscode/c_cpp_properties.json
modules/OpenQBMM/.vscode/c_cpp_properties.json
+0
-17
No files found.
.gitignore
0 → 100644
View file @
4fdcdb4e
.vscode/
\ No newline at end of file
.vscode/settings.json
deleted
100644 → 0
View file @
4008ff3b
{
"files.associations"
:
{
"gpuMRFZone.C"
:
"cpp"
}
}
\ No newline at end of file
modules/OpenQBMM/.vscode/c_cpp_properties.json
deleted
100644 → 0
View file @
4008ff3b
{
"configurations"
:
[
{
"name"
:
"Linux"
,
"includePath"
:
[
"${workspaceFolder}/**"
,
"${FOAM_SRC}"
],
"defines"
:
[],
"compilerPath"
:
"/usr/bin/gcc"
,
"cStandard"
:
"gnu11"
,
"cppStandard"
:
"gnu++14"
,
"intelliSenseMode"
:
"linux-gcc-x64"
}
],
"version"
:
4
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment