Issue with Development Branch #1997 #2019
-
Tried installing with development branch compile_met_all.sh Unsuccessful install Attached are relevant logs for @georgemccabe |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
HI @HathewayWill. In your make.log file, I see:
Checking the value of your PYTHON variables, in your config.log file, I see:
I'm not familiar with the "-r" in the setting of MET_PYTHON_LD. Could you please send the output from "python3-config --ldflags"? You could also try removing the "-r" from MET_PYTHON_LD and try rerunning. |
Beta Was this translation helpful? Give feedback.
-
@jprestop @georgemccabe @JohnHalleyGotway So it was the -lpthread -r that was the issue. For reference with Make_ARGS=-j 32: Without the minus -j option So that's a 313% improvement on compilation time. |
Beta Was this translation helpful? Give feedback.
@jprestop @georgemccabe @JohnHalleyGotway
So it was the -lpthread -r that was the issue.
For reference with Make_ARGS=-j 32:
MET compiles and installs in 2 minutes 35 seconds.
Without the minus -j option
MET compiles and installs in 8 minutes 5 seconds.
So that's a 313% improvement on compilation time.