We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7346629 commit 60e17d9Copy full SHA for 60e17d9
darshan-test/automated/build-darshan.sh
@@ -28,7 +28,10 @@ if [ ! -v DARSHAN_RUNTIME_SKIP ]; then
28
DARSHAN_RUNTIME_CONFIG_ARGS="--with-jobid-env=NONE --enable-apmpi-mod"
29
fi
30
$darshan_root_dir/darshan-runtime/configure $DARSHAN_RUNTIME_CONFIG_ARGS --with-log-path=$DARSHAN_LOG_PATH --prefix=$DARSHAN_INSTALL_PREFIX
31
- make install
+ make -j8 install
32
+
33
+ # run check
34
+ make check
35
36
37
# configure and build darshan-util
@@ -37,4 +40,8 @@ if [ -z "${DARSHAN_UTIL_CONFIG_ARGS}" ]; then
40
DARSHAN_UTIL_CONFIG_ARGS="--enable-apmpi-mod --enable-apxc-mod"
38
41
39
42
$darshan_root_dir/darshan-util/configure $DARSHAN_UTIL_CONFIG_ARGS --prefix=$DARSHAN_INSTALL_PREFIX
-make install
43
+make -j8 install
44
45
+# run check
46
+make check
47
0 commit comments