Skip to content

Instantly share code, notes, and snippets.

@leshikus
Created April 17, 2024 09:44
Show Gist options
  • Save leshikus/3d1e9af630f2b23a05b5d266d0a078f6 to your computer and use it in GitHub Desktop.
Save leshikus/3d1e9af630f2b23a05b5d266d0a078f6 to your computer and use it in GitHub Desktop.
Test how many parallel processes run
cmake --build build --target check-imex & code=$?; sleep 2; ps -ef >ps.txt; fg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment