All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:30, 28 February 2023 Saurabh talk contribs created page Ubuntu HPC Execute parallel jobs (Created page with "Home > Ubuntu > HPC setup with openpbs and openmpi > Execute parallel jobs #Login as user1 # Create '<tt>~/load.sh</tt>' file with the below information <source type="shell"> #! /bin/bash #PBS -N stressjob #PBS -q testq1 #PBS -V #PBS -l nodes=3 module load mpi/mpi-4.1.1 mpirun -host node1,node2,node3 -n 3 /usr/bin/stress --cpu 2 --vm 5 --vm-bytes 1G --timeout 60s </sour...")