-
Notifications
You must be signed in to change notification settings - Fork 0
koybasimuhittin/elements-parallel-chronicles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Compile and run using `mpiexec`: mpiexec -n <num_processors> python main.py input.txt output.txt Replace `<num_processors>` with a perfect square number + 1 (e.g., 4 + 1 = 5). 2. Input format: - First line: `N W T R` (Grid size, Waves, Units per faction, Rounds). - Subsequent lines: Unit positions for each faction per wave. 3. Output format: - Final grid state after all simulations, with `E`, `F`, `W`, `A` representing factions and `.` for neutral cells. 4. Notes: - Ensure the input grid size and number of processes align with the checkered partitioning strategy.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published