The document to install MFIX can be found at https://mfix.netl.doe.gov/download/mfix/mfix_current_documentation/mfix_user_guide.pdf
We compiled using Intel 15.0.6 and Intel-MPI-5.0.3. Once done, you can easily compile with the following configuration parameters
# ./configure FC=mpif90 FCFLAGS='-g -O2' --prefix=/usr/local/mfix-2016.1_impi --enable-dmp # make -j 16 # make install
Copy the libmfix.a to /usr/local/mfix-2016.1_impi
# mkdir /usr/local/mfix-2016.1_impi/lib # cp libmfix.a /usr/local/mfix-2016.1_impi/lib