Up to Installation
Someone should verify that this description is complete and correct. Then this fixme can be removed.
BLAS
and LAPACK
are part of the Accelerate framework and are therefore already available on your machine./opt/homebrew/
and not part of the default shell $PATH
(compared to usr/local
on Intel Macs). At the end of its installation Homebrew should show two commands to add it to $PATH
. Copy and paste them in the command line.brew install gcc brew install open-mpi brew install fftw --with-fortran brew install libxc brew install grace brew install --cask xquartz
gfortran
-DDISABLE_KXC=OFF
” and “-DDISABLE_LXC=OFF
” as options for cmake.$PAWDIR
in the following and is the top directory of the distribution.$PAWDIR/bin/osx_gfortran_accellerate
to your $PATH
variable in your ~/.zshrc. export PATH=$PATH:$PAWDIR/bin/osx_gfortran_accellerate
$PAWDIR
.$PAWDIR
autoconf configure --with-parmfile=parms.osx_gfortran_accelerate make -j8
autoconf
uses the file “configure.ac” to construct the “configure” file. You can skip this step, if a configure file is already present. After the configure
command, you should get some information that ends with done!—configuration completed successfully!
. If not, inspect the error messages and fix them. The make
command may take a considerable time, if you set up the code for the first time. You can try to speed the process up using the parallel make with the option “make -j10 all”. “-j” specifies the number of processes that may run in parallel. However, be prepared if to restart make up a few times.
~/.zshrc
ulimit -s 65532 ulimit -c unlimited
source ~/.zshrc
.which paw_fast.x
.