Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 13, 2023
1 parent 1dc6916 commit d78240f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions userbenchmark/release-test/run_release_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ fi
nvcc --version
sudo apt-get install bc
# run mnist
#mkdir -p "${RESULT_DIR}/mnist"
#pushd "${EXAMPLES_DIR}/mnist"
#export LOG_FILE=${RESULT_DIR}/mnist/result.log
#export MEM_FILE=${RESULT_DIR}/mnist/result_mem.log
#${PREFIX} bash "${CURRENT_DIR}/monitor_proc.sh" python main.py --epochs 10
mkdir -p "${RESULT_DIR}/mnist"
pushd "${EXAMPLES_DIR}/mnist"
export LOG_FILE=${RESULT_DIR}/mnist/result.log
export MEM_FILE=${RESULT_DIR}/mnist/result_mem.log
${PREFIX} bash "${CURRENT_DIR}/monitor_proc.sh" python main.py --epochs 10

# run mnist-hogwild
mkdir -p ${RESULT_DIR}/mnist_hogwild
Expand Down

0 comments on commit d78240f

Please sign in to comment.