Created
April 17, 2024 09:44
-
-
Save leshikus/3d1e9af630f2b23a05b5d266d0a078f6 to your computer and use it in GitHub Desktop.
Test how many parallel processes run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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