Part 3 : Job submission
In this part, we will use the lightest container version and send job which will uses it.
First, on a cluster front-end, let's get this image :
apptainer pull docker://gitlab-registry.in2p3.fr/cta-lapp/cours/introduction_cpp_algorithms/introduction_cpp_algorithms_alpine_light:latest
This will create the file introduction_cpp_algorithms_alpine_light_lastest.sif of only 128 MB.
In the following, we will submit a job with HT_CONDOR but this can be adapted to other scheduler such as Slurm.
The configuration and scripts are in the archive JobSubmission.tar.gz.