cc_staff
123
edits
Line 142: | Line 142: | ||
singularity run --nv -B /home -B /scratch rapids.sif /path/to/run_script.sh | singularity run --nv -B /home -B /scratch rapids.sif /path/to/run_script.sh | ||
}} | }} | ||
Here is an example of a job execution script, e.g. ''run_script.sh'', which you would like to run in the container to start the execution of the python code that has been programed with RAPIDS: | Here is an example of a job execution script, e.g. ''run_script.sh'', which you would like to run in the container to start the execution of the python code that has been programed with RAPIDS: |