Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 858 Bytes

@inproceedings{khan2012multithreaded, title={A multithreaded algorithm for network alignment via approximate matching}, author={Khan, Arif M and Gleich, David F and Pothen, Alex and Halappanavar, Mahantesh}, booktitle={SC'12: Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis}, pages={1--11}, year={2012}, organization={IEEE} }

netalign_openmp.tar

OpenMP implementation of the network alignment algorithm

####### net.tar.gz ####### Python binding for the network alignment code

Step 1:

Go to: ~/net_align/netalignmc/netalign/

Install python pybind11 library

./pycompile.sh

Step 2:

Go to: ~/net_align/src/

Install all python libraries in the netAlignEX.ipynb notebook

If all libraries are installed then the main (the last cell in the notebook) should run properly.