Skip to content

Conversation

@RickySandi
Copy link

GitLab Username: sandisro

Instructions

  1. Build the image
    (Getting all dependencies will take some time)

docker build -t cmakeFight .

  1. Run the container
    docker run -it --rm --mount type=bind,src=.,dst=/root/cmake-exercise cmakeFight

  2. Run the shell script
    ./build_and_run.sh

  3. Output
    Let's fight with CMake, Docker, and some dependencies!

Solve Poisson problem with FEM using deal.II
FEM results available in solution.vtk. Try visualizing with Paraview.

Modify a flat set using boost container
Elements in s1: 1 2 3 4

Inspect the current directory using boost filesystem
"." is a directory containing:
"CMakeCache.txt"
"CMakeFiles"
"Makefile"
"cmake_install.cmake"
"main"
"solution.vtk"

Parse some yaml file with yaml-cpp
../yamlParser/config.yml
Version: 1.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant