-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from psteinb/201703-update-p100-data
201703 update p100 data
- Loading branch information
Showing
8 changed files
with
61,610 additions
and
27,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
22,886
results/GTX1080/clfft-2.12.2/clfft_gcc5.3.0_centos7.2.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
31,706
results/GTX1080/cuda-8.0.44/cufft_gcc5.3.0_centos7.2.csv
Large diffs are not rendered by default.
Oops, something went wrong.
17,144 changes: 17,144 additions & 0 deletions
17,144
results/P100-PCIE-16GB/clfft-2.12.2/clfft_gcc5.3.0_ubuntu14.04.5.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
17,144
results/P100-PCIE-16GB/cuda-8.0.44/cufft_gcc5.3.0_ubuntu14.04.5.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |