Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 328 Bytes

vpath-builds.rst

File metadata and controls

16 lines (12 loc) · 328 Bytes

VPATH builds

VPATH build are fully supported. For example:

shell$ tar xf openmpi-VERSION.tar.bz2
shell$ cd openmpi-VERSION
shell$ mkdir build
shell$ cd build
shell$ ../configure [...options...]
<... lots of output ...>
shell$ make -j 4