#!/bin/bash #SBATCH --cpus-per-task=8 gcc -o hello_pthreads hello_pthreads.c -lpthread ./hello_pthreads