File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # This file enables to build and test this sample project using a DARMA/workflows generated docker image
2+
13WORKSPACE=/workspace
2- IMAGE=lifflander1/vt:wf-amd64-ubuntu-20.04-gcc-9-cuda-11.2.2-cpp
4+ # IMAGE=lifflander1/vt:wf-amd64-ubuntu-24.04-clang-16-cpp
5+ IMAGE=lifflander1/vt:wf-amd64-ubuntu-20.04-gcc-9-cuda-11.2.2-cpp # error with that one
6+ # IMAGE=lifflander1/vt:wf-amd64-ubuntu-22.04-gcc-12-zoltan-cpp
7+
38
49CMD='
510 cd ' $WORKSPACE ' ; \
11+ nvcc --version; \
612 ls -l;
713 chmod +x ./build.sh; \
814 \
915 export $(cat .env | egrep -v "(^#.*|^$)" | xargs) && ./build.sh'
1016
17+ # in host: volume for build dir should be /tmp/cache/amd64-ubuntu-22.04-gcc-12-gcc-12-cache/ubuntu-cpp (example from VT)
18+
1119docker run \
1220 --name test-container \
1321 -w $WORKSPACE \
You can’t perform that action at this time.
0 commit comments