modprobe nd_e820 dmsetup remove_all wipefs -a --force /dev/pmem0 mkfs -t ext4 -q -E lazy_itable_init=0,lazy_journal_init=0 -F /dev/pmem0 mkdir -p /fs/pmem0 mount -t ext4 -o dax /dev/pmem0 /fs/pmem0 export CC=clang export CXX=clang++ cd /lkp/benchmarks/nvml export CC=clang export CXX=clang++ cp src/test/testconfig.py.example src/test/testconfig.py export OS_DIMM=ndctl make -j36 EXTRA_CFLAGS=-DPAGE_SIZE=4096 -DUSE_VALGRIND -Wno-error USE_LLVM_LIBCPP=1 LIBCPP_INCDIR=/usr/local/libcxx/include/c++/v1/ LIBCPP_LIBDIR=/usr/local/libcxx/lib make -j36 EXTRA_CFLAGS=-DPAGE_SIZE=4096 -DUSE_VALGRIND -Wno-error USE_LLVM_LIBCPP=1 LIBCPP_INCDIR=/usr/local/libcxx/include/c++/v1/ LIBCPP_LIBDIR=/usr/local/libcxx/lib test cd /lkp/benchmarks/nvml/src/test ssh-keygen -t rsa -P -f /root/.ssh/id_rsa cat /root/.ssh/id_rsa.pub cd /lkp/benchmarks/nvml/src/test export CXX=g++ ln -sf /usr/local/bin/ndctl /usr/bin/ndctl ./RUNTESTS.sh -f pmem ctl_cow ./RUNTESTS.sh -f pmem ctl_prefault