Accelerating Computation of Steiner Trees on GPUs at https://doi.org/10.1007/s10766-021-00723-0
This repo contains the latest version of our intial IJPP/zenodo code.
Accelerating Computation of Steiner Trees on GPUs,
Rajesh Pandian M , Rupesh Nasre. and N.S. Narayanaswamy,
International Journal of Parallel Programming (IJPP), Volume 50, pages 152–185, (2022)
- Should work on every Linux Distribution. Tested on Ubuntu 22.04 and P100.
- Assumes Pascal+ Nvidia GPU and CUDA 10+ installed at default location.
- GCC 7+
## To compile for GPU & seqCPU version
make
## To run on seqCPU
./2approxCpu2.out < tcSelected/instance137.gr
# to run on GPU
./gpuSteiner6-oddAgainWithKtimer2Sh3.out 16 < tcSelected/instance137.gr.txt
- Rajesh Pandian M | https://mrprajesh.co.in
- Rupesh Nasre | www.cse.iitm.ac.in/~rupesh
- N.S.Narayanaswamy | www.cse.iitm.ac.in/~swamy
Please use the below to cite our work.
@article{DBLP:journals/ijpp/MuniasamyNN22,
author = {Rajesh Pandian Muniasamy and
Rupesh Nasre and
N. S. Narayanaswamy},
title = {Accelerating Computation of Steiner Trees on GPUs},
journal = {International Journal of Parallel Programming},
volume = {50},
number = {1},
pages = {152--185},
year = {2022},
url = {https://doi.org/10.1007/s10766-021-00723-0},
doi = {10.1007/S10766-021-00723-0},
}