Commit 9ff3f8c4 authored by Ramon Nou's avatar Ramon Nou
Browse files

ISC26 IO500 version

parent 1c6936bd
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ NUM_NODES=10
GKFS_FIND_PROCESS=10
GKFS_SERVERS=$SLURM_JOB_NUM_NODES
GKFS_FIND=sfind

srun -N $NUM_NODES -n $GKFS_FIND_PROCESS --overlap --overcommit --mem=0 --oversubscribe --export=ALL,LD_PRELOAD=${GKFS} $GKFS_FIND $@ -M $GKFS_MNT -S $GKFS_SERVERS --server-side -C
unset LD_PRELOAD
srun -N $NUM_NODES -n $GKFS_FIND_PROCESS --overlap --overcommit --mem=0 --oversubscribe --export=ALL env LD_PRELOAD=${GKFS} $GKFS_FIND $@ -M $GKFS_MNT -S $GKFS_SERVERS --server-side -C

#!/bin/bash
# scripts/aggregate_sfind_results.sh
+3 −3
Original line number Diff line number Diff line
@@ -48,10 +48,10 @@ pkg_install() {
    CURR="${SOURCE_DIR}/${ID}"
    prepare_build_dir "${CURR}"
    cd "${CURR}"
    # ./prepare.sh
    ./prepare.sh
    cd "${CURR}/build"
    cmake .. -DENABLE_TESTS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
    #../configure --prefix="${INSTALL_DIR}" PKG_CONFIG_PATH="${INSTALL_DIR}/lib/pkgconfig" CFLAGS="${CFLAGS} -Wall -O3"
    #cmake .. -DENABLE_TESTS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
    ../configure --prefix="${INSTALL_DIR}" PKG_CONFIG_PATH="${INSTALL_DIR}/lib/pkgconfig" CFLAGS="${CFLAGS} -Wall -O3"
    make -j"${CORES}" install
}

+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ wgetdeps=(
# Dependencies that must be cloned.
clonedeps=(
    ["mercury"]="v2.4.1"
    ["margo"]="v0.23.1"
    ["thallium"]="v0.17.1"
    ["margo"]="v0.21.0"
    ["thallium"]="v0.15.1"
    ["syscall_intercept"]="d8b2a69961921ed123625c79a609331fc56a8931"
)