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;
# build queuefiles, not packages, to automatically build any other dependencies
sbopkg -k -i "openmpi python3-numpy" # hit Q when prompted and Proceed

Download petsc.zip.

howtos/how_to_compile_modflow_6_on_slackware.1724162130.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki