Allwclean-mpi 346 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
. ${WM_PROJECT_DIR:?}/wmake/scripts/wmakeFunctions  # Require wmake functions

#------------------------------------------------------------------------------

wcleanLibMpi mpi

#------------------------------------------------------------------------------