You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The make examples target takes quite some time and it will take even more in the future. Fix the Makefile rule so that -j flag will work. scripts/gen_example.sh already supports parallelism, but steps inside the same scenario need to be run sequentially. All scenarios shall be run in parallel, but all steps inside each of it sequentially. Some refactoring can also be done (e.g. examples/network.01.in ... examples/network.07.in could be moved into examples/network/01.in along with its config file and any other assets).
The text was updated successfully, but these errors were encountered:
The
make examples
target takes quite some time and it will take even more in the future. Fix the Makefile rule so that-j
flag will work.scripts/gen_example.sh
already supports parallelism, but steps inside the same scenario need to be run sequentially. All scenarios shall be run in parallel, but all steps inside each of it sequentially. Some refactoring can also be done (e.g. examples/network.01.in ... examples/network.07.in could be moved into examples/network/01.in along with its config file and any other assets).The text was updated successfully, but these errors were encountered: