Skip to content

Commit

Permalink
Merge pull request #82 from psteinb/201703-update-p100-data
Browse files Browse the repository at this point in the history
201703 update p100 data
  • Loading branch information
tdd11235813 authored Mar 27, 2017
2 parents 74deb3a + b2674b8 commit e3ad938
Show file tree
Hide file tree
Showing 8 changed files with 61,610 additions and 27,312 deletions.
10 changes: 7 additions & 3 deletions results/GTX1080/clfft-2.12.2/clfft.slurm
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
#!/bin/bash
#SBATCH -J gearshifft-clfft
#SBATCH -N 1
#SBATCH --array=0-6
#SBATCH -p gpu
#SBATCH -t 02:00:00
#SBATCH -o clfft-%A_%a.log
#SBATCH -o clfft-%A_%a.err
#SBATCH -e clfft-%A_%a.err

module load clfft/2.12.2 boost/1.63.0

#please change this directory to where you have build gearshifft
BASE_DIR=${HOME}/development/gearshifft/build
CONF_DIR=${BASE_DIR}/../config/

nvidia-smi topo -m
${BASE_DIR}/gearshifft_clfft -l

#our system has 2 GPUs per server/node
for i in `seq 0 1`;
do
${BASE_DIR}/gearshifft_clfft -d "0:${i}" -o ${BASE_DIR}/gearshifft-clfft_${HOSTNAME}_${i}.csv -f ${CONF_DIR}/extents_all_publication.conf
numactl -m${i} -N${i} ${BASE_DIR}/gearshifft_clfft -d "0:${i}" -o ${BASE_DIR}/gearshifft-clfft_${HOSTNAME}_${i}.csv -f ${CONF_DIR}/extents_all_publication.conf
done
22,886 changes: 11,443 additions & 11,443 deletions results/GTX1080/clfft-2.12.2/clfft_gcc5.3.0_centos7.2.csv

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions results/GTX1080/cuda-8.0.44/cufft.slurm
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
#!/bin/bash
#SBATCH -J gearshifft-cufft
#SBATCH -N 1
#SBATCH --array=0-6
#SBATCH -p gpu
#SBATCH -t 02:00:00
#SBATCH -o cufft-%A_%a.log
#SBATCH -o cufft-%A_%a.err
#SBATCH -e cufft-%A_%a.err

module load cuda/8.0.44 boost/1.63.0

#please change this directory to where you have build gearshifft
BASE_DIR=${HOME}/development/gearshifft/build
CONF_DIR=${BASE_DIR}/../config/

nvidia-smi topo -m
${BASE_DIR}/gearshifft_cufft -l

#our system has 2 GPUs per server/node
for i in `seq 0 1`;
do
${BASE_DIR}/gearshifft_cufft -d "${i}" -o ${BASE_DIR}/gearshifft-cufft_${HOSTNAME}_${i}.csv -f ${CONF_DIR}/extents_all_publication.conf
numactl -m${i} -N${i} ${BASE_DIR}/gearshifft_cufft -d "${i}" -o ${BASE_DIR}/gearshifft-cufft_${HOSTNAME}_${i}.csv -f ${CONF_DIR}/extents_all_publication.conf
done
31,706 changes: 15,853 additions & 15,853 deletions results/GTX1080/cuda-8.0.44/cufft_gcc5.3.0_centos7.2.csv

Large diffs are not rendered by default.

17,144 changes: 17,144 additions & 0 deletions results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.04.5.csv

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions results/P100-PCIE-16GB/clfft-2.12.2/hypnos.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
#! /bin/bash
#PBS -N gearshifft_gpu0_p100_clfft
#PBS -l nodes=1:ppn=12
#PBS -l walltime=3:00:00
#PBS -l walltime=8:00:00
#PBS -q gpu-hotel
#PBS -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.0.4.3.out
#PBS -e /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.0.4.3.err
#PBS -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.04.5.out
#PBS -e /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.04.5.err

#how to launch
#$ qsub ./$0

source /opt/modules-3.2.6/Modules/3.2.6/init/bash
module load cuda/8.0 gcc/5.3.0 boost/1.62.0 amd-app-sdk//3.0.130.136 googletest/1.8.0 clfft/2.12.2
module load cuda/8.0 gcc/5.3.0 boost/1.63.0 amd-app-sdk//3.0.130.136 googletest/1.8.0 clfft/2.12.2
module load numactl/2.0.7

#export CUDA_VISIBLE_DEVICES=0 #P100

/home/steinb95/development/gearshifft/build/gearshifft_clfft -d 0:0 -f /home/steinb95/development/gearshifft/config/extents_all_publication.conf -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.0.4.3.csv
numactl -N0 /home/steinb95/development/gearshifft/build/gearshifft_clfft -d 0:0 -f /home/steinb95/development/gearshifft/config/extents_all_publication.conf -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.04.5.csv
17,144 changes: 17,144 additions & 0 deletions results/P100-PCIE-16GB/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.04.5.csv

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions results/P100-PCIE-16GB/cuda-8.0.44/hypnos.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
#! /bin/bash
#PBS -N gearshifft_gpu0_p100
#PBS -l nodes=1:ppn=12
#PBS -l walltime=12:00:00
#PBS -l walltime=12:00:00,mem=20gb
#PBS -q gpu-hotel
#PBS -o /home/steinb95/development/gearshifft/results/P100/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.0.4.3.out
#PBS -e /home/steinb95/development/gearshifft/results/P100/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.0.4.3.err
#PBS -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.04.5.out
#PBS -e /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.04.5.err

#how to launch
#$ qsub ./$0

source /opt/modules-3.2.6/Modules/3.2.6/init/bash
module load cuda/8.0 gcc/5.3.0 boost/1.62.0
module load cuda/8.0 gcc/5.3.0 boost/1.63.0
module load numactl/2.0.7

export CUDA_VISIBLE_DEVICES=0 #P100


/home/steinb95/development/gearshifft/build/gearshifft_cufft -f /home/steinb95/development/gearshifft/config/extents_all_publication.conf -o /home/steinb95/development/gearshifft/results/P100/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.0.4.3.csv -d 0
numactl -N0 /home/steinb95/development/gearshifft/build/gearshifft_cufft -f /home/steinb95/development/gearshifft/config/extents_all_publication.conf -o /home/steinb95/development/gearshifft/results/P100-PCIE-16GB/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.04.5.csv -d 0

0 comments on commit e3ad938

Please sign in to comment.