Parallize NVCC source file compilation across CPU cores ?

Is there a compiler swithc to parallize the source file compilation for the NVCC compiler across all CPU cores - in the same way as it is possible for the Visual Studio compiler via the ‘/MP’ switch (see Sam's Blog » Blog Archive » Multi-processor building in Visual Studio 2005) ?