CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

Site Tools


howtos:how_to_compile_modflow_6_on_slackware

This is an old revision of the document!


How to compile MODFLOW 6 on Slackware

MODFLOW 6 is parallelized using the Message Passing Interface (MPI) and the Portable, Extensible Toolkit for Scientific Computation (PETSc). This HOWTO explains how to compile these dependencies and MODFLOW 6 on Slackware.

# switch to root
su -
 
# install openmpi and python3-numpy; petsc requires python3-numpy and blas;
# build queuefiles, not packages, to automatically build any other dependencies
sbopkg -k -i "openmpi python3-numpy blas"
 
# download and unzip a petsc build script
cd /tmp
wget https://clawiki.isnew.info/_media/howtos/petsc.zip
unzip petsc.zip
cd petsc
./petsc.SlackBuild
howtos/how_to_compile_modflow_6_on_slackware.1724162343.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki