All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NU HPC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:47, 22 October 2024 Admin talk contribs created page Job submission test (Created page with "= Job Submission – Hello World Examples for NU HPC System = This section provides working examples of SLURM job submission scripts for serial, MPI, and GPU "Hello World" tasks. Each example can be directly copied and run on the NU HPC system. == 1. Single-Core Serial Job Example == === Step 1: Creating the Python Script === First, create a Python script called <code>hello_serial.py</code>. This program prints "Hello World". <pre> print("Hello World from Serial!")...")