Revision: | 137 |
Committed: | Wed Oct 16 20:02:05 2002 UTC (22 years, 6 months ago) by chuckv |
File size: | 258 byte(s) |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | chuckv | 132 | #include <mpi.h> |
2 | chuckv | 122 | #include <mpiSimulation.hpp> |
3 | |||
4 | chuckv | 134 | mpiSimulation::mpiSimulation(void) |
5 | chuckv | 122 | { |
6 | |||
7 | chuckv | 137 | // MPI::Init(); |
8 | chuckv | 122 | |
9 | chuckv | 134 | numberProcessors = MPI::COMM_WORLD.Get_size(); |
10 | myNode = MPI::COMM_WORLD.Get_rank(); | ||
11 | chuckv | 137 | // MPI::Get_processor_name(processorName,processorNameLen); |
12 | chuckv | 122 | } |
13 | |||
14 |