Skip to content
Snippets Groups Projects
Commit b4ea34be authored by Xingran Wang's avatar Xingran Wang
Browse files

improve test environments

parent 08b249a7
No related branches found
No related tags found
No related merge requests found
set -ex
tests_dir=/p/scratch/highresmonsoon/xwang/cdi-pio-benchmark/cdi-pio-build-tj20220307-1.8.x-merge/cdi-5eb8cbb1d381fc78bced3fd769033946a99c9f7a/tests
tests_dir="$(pwd)"
base_dir="$(cd "$tests_dir/.."; pwd)"
set +x
......@@ -24,4 +24,5 @@ export LD_PRELOAD="/p/software/juwelsbooster/stages/2020/software/UCX/1.11.1/lib
cd "$base_dir" || exit 1
make -j 22
make install
cd "$tests_dir" || exit 1
#! /bin/bash
#SBATCH --job-name test_pio.booster_nvhpc_ompi.srun
#SBATCH -t 00:10:00
#SBATCH --nodes 2
#SBATCH --nodes 3
#SBATCH --tasks-per-node 48
#SBATCH --partition booster
#SBATCH --partition develbooster
#SBATCH --account highresmonsoon
#SBATCH --output ./LOG.%x.%j.o
#SBATCH --error ./LOG.%x.%j.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment