-
- Downloads
Add TODO-ified verison of Task 1 (entirely in the batch scripts)
The .master folder uses the copy.mk script form all our courses to generate solutions and tasks. But because we are not using C files, we cannot use the cppp (C partial pre-processor) which we use for the tasks for the other courses. BUT Jinja to the rescue. I found a jinja2-cli application which consumes a YAML file and just processes a random other file. And it works! Look at the requirements.txt to set up your venv for the jinja2-cli app. That said, the pre-processed versions of the files are commited so no need to install it.
parent
1c58f620
No related branches found
No related tags found
Showing
- 01-MSA-hello-world/.master/Makefile 0 additions, 0 deletions01-MSA-hello-world/.master/Makefile
- 01-MSA-hello-world/.master/README.md 0 additions, 0 deletions01-MSA-hello-world/.master/README.md
- 01-MSA-hello-world/.master/compile.sh 0 additions, 0 deletions01-MSA-hello-world/.master/compile.sh
- 01-MSA-hello-world/.master/copy.mk 34 additions, 0 deletions01-MSA-hello-world/.master/copy.mk
- 01-MSA-hello-world/.master/job_msa_jureca.sh 20 additions, 0 deletions01-MSA-hello-world/.master/job_msa_jureca.sh
- 01-MSA-hello-world/.master/job_msa_juwels.sh 20 additions, 0 deletions01-MSA-hello-world/.master/job_msa_juwels.sh
- 01-MSA-hello-world/.master/mpi_hello_world.c 0 additions, 0 deletions01-MSA-hello-world/.master/mpi_hello_world.c
- 01-MSA-hello-world/.master/requirements.txt 4 additions, 0 deletions01-MSA-hello-world/.master/requirements.txt
- 01-MSA-hello-world/solutions/Makefile 14 additions, 0 deletions01-MSA-hello-world/solutions/Makefile
- 01-MSA-hello-world/solutions/README.md 18 additions, 0 deletions01-MSA-hello-world/solutions/README.md
- 01-MSA-hello-world/solutions/compile.sh 13 additions, 0 deletions01-MSA-hello-world/solutions/compile.sh
- 01-MSA-hello-world/solutions/job_msa_jureca.sh 3 additions, 0 deletions01-MSA-hello-world/solutions/job_msa_jureca.sh
- 01-MSA-hello-world/solutions/job_msa_juwels.sh 3 additions, 0 deletions01-MSA-hello-world/solutions/job_msa_juwels.sh
- 01-MSA-hello-world/solutions/mpi_hello_world.c 27 additions, 0 deletions01-MSA-hello-world/solutions/mpi_hello_world.c
- 01-MSA-hello-world/tasks/Makefile 14 additions, 0 deletions01-MSA-hello-world/tasks/Makefile
- 01-MSA-hello-world/tasks/README.md 18 additions, 0 deletions01-MSA-hello-world/tasks/README.md
- 01-MSA-hello-world/tasks/compile.sh 13 additions, 0 deletions01-MSA-hello-world/tasks/compile.sh
- 01-MSA-hello-world/tasks/job_msa_jureca.sh 12 additions, 0 deletions01-MSA-hello-world/tasks/job_msa_jureca.sh
- 01-MSA-hello-world/tasks/job_msa_juwels.sh 12 additions, 0 deletions01-MSA-hello-world/tasks/job_msa_juwels.sh
- 01-MSA-hello-world/tasks/mpi_hello_world.c 27 additions, 0 deletions01-MSA-hello-world/tasks/mpi_hello_world.c
Loading
Please register or sign in to comment