... | ... |
@@ -65,7 +65,7 @@ For example, you create the following file called ``run_learner.py``: |
65 | 65 |
|
66 | 66 |
from mpi4py.futures import MPIPoolExecutor |
67 | 67 |
|
68 |
- if __name__ == "__main__": # ← use this, see warning @ https://bit.ly/2HAk0GG |
|
68 |
+ if __name__ == "__main__": # ← use this, see warning @ https://mpi4py.readthedocs.io/en/stable/mpi4py.futures.html#mpipoolexecutor |
|
69 | 69 |
|
70 | 70 |
learner = adaptive.Learner1D(f, bounds=(-1, 1)) |
71 | 71 |
|