ANDES prep under miniconda3 and miniforge3 are almost same in consuming time on Mac with M3 #589
Replies: 6 comments 1 reply
-
Thanks, Jinning!
What does this impact? |
Beta Was this translation helpful? Give feedback.
-
Also, I noticed the following statement by conda-forge:
|
Beta Was this translation helpful? Give feedback.
-
Oh, there might be permission issues with |
Beta Was this translation helpful? Give feedback.
-
Finally, I installed Mambaforge using |
Beta Was this translation helpful? Give feedback.
-
With Mambaforge, for (mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:47:47 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.5191 seconds.
(mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:51:00 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.3926 seconds.
(mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:51:03 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.3844 seconds.
(mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:51:06 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.4243 seconds.
(mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:51:09 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.3903 seconds.
(mbaforge) jinningwang@jwangMBP work % andes prep -q
_ _ | Version 1.9.3
/_\ _ _ __| |___ ___ | Python 3.10.0 on Darwin, 01/24/2025 03:51:15 PM
/ _ \| ' \/ _` / -_|_-< |
/_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.
> Loaded config from file "/Users/jinningwang/.andes/andes.rc"
Numerical code generation (quick mode) started...
Generating code for 97 models on 12 processes.
Saved generated pycode to "/Users/jinningwang/.andes/pycode"
> Loaded generated Python code in "/Users/jinningwang/.andes/pycode".
Generated numerical code for 97 models in 1.4240 seconds. |
Beta Was this translation helpful? Give feedback.
-
Jinning, Looks good. Thank you! It means there is almost no difference in the new Miniforge. |
Beta Was this translation helpful? Give feedback.
-
Summary
andes prep -f
andes prep -q
andes prep -f
andes prep -q
andes prep -f
andes prep -1
Note:
ERROR: executing pre_install.sh failed
, with bothMambaforge-MacOSX-arm64.sh
andMambaforge-24.9.2-0-MacOSX-arm64.sh
. I successfully installed Mambaforge usingMambaforge-24.3.0-0-MacOSX-arm64.sh
Hardware:
Miniconda3
Miniforge3
Mambaforge
Beta Was this translation helpful? Give feedback.
All reactions