Install Quantum ESPRESSO on MacOS M1 #7
nguyen-group
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi can you explain this step more specifically! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Install GCC, OpenMPI, wget, ScaLapack via brew:
Download Quantum ESPRESSO via wget:
Un-tar the source files:
Go to the QE directory and configure:
Modify make.inc in the q-e-qe-7.2 directory for macos m1:
You might need to run ./configure in the q-e-qe-7.2 directory first; then it will create the file make.inc in the same directory.
Note: If we do not change make.inc, we might get the error:
Compile everything:
Setting Bash variables
Change $HOME to your path, OMP_NUM_THREADS to set the number of threads to use for parallel.
Note that the speed for running is quite slow in MacOS M1 compared with Ubuntu (with the same number of CPUs).
Beta Was this translation helpful? Give feedback.
All reactions