4.6. VPATH构建

完全支持VPATH构建。例如:

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