Skip to content

Instantly share code, notes, and snippets.

@AxoyTO
Created March 27, 2022 16:24
Show Gist options
  • Select an option

  • Save AxoyTO/93b8b1d03ad2ea8a4969360abf63184c to your computer and use it in GitHub Desktop.

Select an option

Save AxoyTO/93b8b1d03ad2ea8a4969360abf63184c to your computer and use it in GitHub Desktop.
Shell script that executes IBM compiler and runs Makefile
#!/bin/bash
source /polusfs/setenv/setup.SMPI
make -f Makefile || exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment