Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
f99a64f4
Commit
f99a64f4
authored
2 years ago
by
Henrik Asmuth
Browse files
Options
Downloads
Patches
Plain Diff
Pull upstream
parent
41091375
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!239
Fetch pybind through cmake
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/cmake_config_files/TWIST-CFD-0009.config.cmake
+5
-0
5 additions, 0 deletions
CMake/cmake_config_files/TWIST-CFD-0009.config.cmake
Containers/dockerfiles/.devcontainer/devcontainer.json
+26
-0
26 additions, 0 deletions
Containers/dockerfiles/.devcontainer/devcontainer.json
with
31 additions
and
0 deletions
CMake/cmake_config_files/TWIST-CFD-0009.config.cmake
0 → 100644
+
5
−
0
View file @
f99a64f4
SET
(
CMAKE_CUDA_ARCHITECTURES
"86"
)
SET
(
CMAKE_CUDA_COMPILER /usr/local/cuda/bin/nvcc
)
list
(
APPEND USER_APPS
"apps/gpu/LBM/ActuatorLine"
)
list
(
APPEND USER_APPS
"apps/gpu/LBM/SphereScaling"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Containers/dockerfiles/.devcontainer/devcontainer.json
0 → 100644
+
26
−
0
View file @
f99a64f4
//
For
format
details,
see
https://aka.ms/devcontainer.json.
For
config
options,
see
the
//
README
at:
https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name"
:
"Existing Dockerfile"
,
"build"
:
{
//
Sets
the
run
context
to
one
level
up
instead
of
the
.devcontainer
folder.
"context"
:
".."
,
//
Update
the
'dockerFile'
property
if
you
aren't
using
the
standard
'Dockerfile'
filename.
"dockerfile"
:
"../Ubuntu20_04.Dockerfile"
}
//
Features
to
add
to
the
dev
container.
More
info:
https://containers.dev/features.
//
"features"
:
{},
//
Use
'forwardPorts'
to
make
a
list
of
ports
inside
the
container
available
locally.
//
"forwardPorts"
:
[],
//
Uncomment
the
next
line
to
run
commands
after
the
container
is
created.
//
"postCreateCommand"
:
"cat /etc/os-release"
,
//
Configure
tool-specific
properties.
//
"customizations"
:
{},
//
Uncomment
to
connect
as
an
existing
user
other
than
the
container
default.
More
info:
https://aka.ms/dev-containers-non-root.
//
"remoteUser"
:
"devcontainer"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment