Skip to content

snpy/ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ar

Build

$ make

Examples

./seq 200 200 50 50 5000 500

This program will use sequential method to calculate voltage inside 200 by 200 grid. Wire inside is 50 by 50 with constant voltage 5.0 V. Iteration limit is 500.

mpirun -np 9 ./par 200 200 50 50 5000 500

This program will use parallel method to calculate voltage inside 200 by 200 grid. Wire inside is 50 by 50 with constant voltage 5.0 V. Iteration limit for each node is 500. Program will utilise 9 nodes.

Graphs

sequential graph

parallel graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages