Skip to content
Snippets Groups Projects
Commit 2547e0fc authored by CHAMONT David's avatar CHAMONT David
Browse files

...

parent 5a33ccf8
No related branches found
No related tags found
No related merge requests found
Pipeline #332041 passed
...@@ -73,6 +73,13 @@ cd GrayScottSeq ...@@ -73,6 +73,13 @@ cd GrayScottSeq
./coliru.bash ./coliru.bash
``` ```
## Virtual tutors
*currently require a password*
Prototyped with [Corolair](https://corolair.com/):
- [Syclops](https://app.corolair.com/student/tutor/fdc62121-e847-4be5-a0df-a50c1bbd5b0a/chat) has read the [Data Parallel C++](https://link.springer.com/book/10.1007/978-1-4842-9691-2) book and can answer your questions the best he can. [Ask him !](https://app.corolair.com/student/tutor/fdc62121-e847-4be5-a0df-a50c1bbd5b0a/chat)
## SYCL Webography ## SYCL Webography
......
FROM ubuntu:22.04 FROM ubuntu:22.04
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclGpu.git
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_code_server:0.1 FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_code_server:0.1
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclGpu.git
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_vscode:0.1 FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_vscode:0.1
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclGpu.git
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
FROM ubuntu:22.04 FROM ubuntu:22.04
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_code_server:0.1 FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_code_server:0.1
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_vscode:0.1 FROM gitlab-registry.in2p3.fr/cta-lapp/cours/lecturedockerimages/ubuntu_micromamba_vscode:0.1
COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md COPY docker/ubuntu_micromama_code_server/README.md /home/$MAMBA_USER/Examples/README.md
COPY CheckOneApiCpu /home/$MAMBA_USER/Examples/CheckOneApiCpu RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclSetup.git
COPY CheckOneApiCuda /home/$MAMBA_USER/Examples/CheckOneApiCuda RUN cd /home/$MAMBA_USER/Examples && gitclone https://gitlab.in2p3.fr/CodeursIntensifs/grayscott/GrayScottSyclCpu.git
COPY GrayScottSeq /home/$MAMBA_USER/Examples/GrayScottSeq
# micromamba dockerfile makes use of SHELL. If it is overwritten # micromamba dockerfile makes use of SHELL. If it is overwritten
# the auto-activate might not work # the auto-activate might not work
......
...@@ -14,7 +14,7 @@ export PATH="${SCRIPT_DIR}/scripts:${PATH}" ...@@ -14,7 +14,7 @@ export PATH="${SCRIPT_DIR}/scripts:${PATH}"
# aliases # aliases
alias qclean=qclean.bash #alias qclean=qclean.bash
# oneAPI setup # oneAPI setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment