rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 187: | Line 187: | ||
</tab> | </tab> | ||
</tabs> | </tabs> | ||
<!--T:36--> | <!--T:36--> | ||
2. | 2. Test your script. | ||
<!--T:37--> | <!--T:37--> | ||
Before submitting your job, it is important to test that your submission script will start without errors. | Before submitting your job, it is important to test that your submission script will start without errors. You can do a quick test in an [[Running_jobs#Interactive_jobs|interactive job]]. | ||
You can do a quick test in an [[Running_jobs#Interactive_jobs|interactive job]]. | |||
<!--T:38--> | <!--T:38--> | ||
3. Submit your job to the scheduler. | |||
{{Command|sbatch submit-mpi4py-distributed.sh}} | {{Command|sbatch submit-mpi4py-distributed.sh}} | ||
Line 239: | Line 235: | ||
<!--T:45--> | <!--T:45--> | ||
srun python use_cupy.py; | srun python use_cupy.py; | ||
<!--T: | <!--T:47--> | ||
2. | 2. Test your script. | ||
<!--T:48--> | <!--T:48--> | ||
Before submitting your job, it is important to test that your submission script will start without errors. | Before submitting your job, it is important to test that your submission script will start without errors. You can do a quick test in an [[Running_jobs#Interactive_jobs|interactive job]]. | ||
You can do a quick test in an [[Running_jobs#Interactive_jobs|interactive job]]. | |||
<!--T:49--> | <!--T:49--> | ||
3. Submit your job to the scheduler. | |||
{{Command|sbatch submit-mpi4py-gpu.sh}} | {{Command|sbatch submit-mpi4py-gpu.sh}} | ||