Advancement in computer architecture leads to parallelize the sequential algorithm to exploit the concurrency provided by multiple core on single chip. Sequential programs do not gain performance from multicore. For multicore architectures, OPENMP and MPI are application programming interfaces. They can be used for parallelization of codes. For shared memory architecture OPENMP is used, whereas for distributed memory architecture MPI is used.In this paper, analysis of the performance of parallel algorithm over sequential algorithm is done. In particular, Graph Isomorphism problem based on vertex invariants is considered and parallelized using OpenMP. We demonstrate the performance of Graph Isomorphism using variable size graphs and parallel...
The graph isomorphism problem has received a great deal of attention on both theoretical and practic...
In this thesis we examine three problems in graph theory and propose efficient parallel algorithms f...
Despite the fact that GPU was originally intended to be as a co-processor specializing in graphics r...
Subgraph isomorphism is one of the most challenging problems on graph-based representations. Despite...
We investigate the OpenMP parallelization and optimization of two novel data classification algorith...
The subgraph isomorphism problem is a computational task that applies to a wide range of today's app...
In different application fields, such as biology, databases, social networks and so on, graphs are a...
Clustering is the task of Grouping of elements or nodes (in the case of graph) in to clusters or sub...
This thesis will compare two ways of distributing data for parallel graph algorithms: vertex and edg...
Graph algorithms on parallel architectures present an in-teresting case study for irregular applicat...
An important combinatorial problem is subgraph isomorphism, which formalizes the task of searching f...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
We describe parallel algorithms for computing maximal cardinality matching in a bipartite graph on d...
We present new efficient parallel algorithms for planar graph isomorphism and several related proble...
We investigate the OpenMP parallelization and optimization of two novel data classification algorith...
The graph isomorphism problem has received a great deal of attention on both theoretical and practic...
In this thesis we examine three problems in graph theory and propose efficient parallel algorithms f...
Despite the fact that GPU was originally intended to be as a co-processor specializing in graphics r...
Subgraph isomorphism is one of the most challenging problems on graph-based representations. Despite...
We investigate the OpenMP parallelization and optimization of two novel data classification algorith...
The subgraph isomorphism problem is a computational task that applies to a wide range of today's app...
In different application fields, such as biology, databases, social networks and so on, graphs are a...
Clustering is the task of Grouping of elements or nodes (in the case of graph) in to clusters or sub...
This thesis will compare two ways of distributing data for parallel graph algorithms: vertex and edg...
Graph algorithms on parallel architectures present an in-teresting case study for irregular applicat...
An important combinatorial problem is subgraph isomorphism, which formalizes the task of searching f...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
We describe parallel algorithms for computing maximal cardinality matching in a bipartite graph on d...
We present new efficient parallel algorithms for planar graph isomorphism and several related proble...
We investigate the OpenMP parallelization and optimization of two novel data classification algorith...
The graph isomorphism problem has received a great deal of attention on both theoretical and practic...
In this thesis we examine three problems in graph theory and propose efficient parallel algorithms f...
Despite the fact that GPU was originally intended to be as a co-processor specializing in graphics r...