From 4f83beedf0097b50c4cfb29881674b0eed1ffeae Mon Sep 17 00:00:00 2001 From: "Haoyun (Snow) Luo" <91996758+snow4060@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:30:50 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59d9263..3c8746c3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ from terminal inside the ihsboost directory on the wombat ```shell mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release +#Important: do not use the -j4 flag when building on Wombat make -j4 sudo make install ```