Skip to content

Commit 7109985

Browse files
authored
Update README.md
1 parent 1aed3fa commit 7109985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: M3D/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To run M3D simulations, go to the scripts folder and run the following commands:
1414
```python
1515
python M3D.py
1616
```
17-
Since M3D simulation is kind of complex compared to 2D and 2.5D simulations, it is recommended to disable the ZOLTAN load balancer and choose the flat round-robin partitioning strategy for parallel thermal simulations. Users can achieve these by uncommenting lines 284 and 286 in ~/src/SPICESolver_transient.py and line 326 in ~/src/SPICESolver_steady.py.
17+
Since M3D simulation is kind of complex compared to 2D and 2.5D simulations, it is recommended to disable the ZOLTAN load balancer and choose the flat round-robin partitioning strategy for parallel thermal simulations. Users can achieve these by uncommenting lines 284 and 286 in ~/src/SPICESolver_transient.py and line 234 in ~/src/SPICESolver_steady.py.
1818

1919

2020
The steady-state simulation grid results as well as the last step transient simulation results are saved in /results folder.

0 commit comments

Comments
 (0)