From 1fcda93bf2beff5cc477ba674c85489c3925069d Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 22 Apr 2016 22:07:58 -0700 Subject: [PATCH] Add using MPI as first command in test to precompile This prevents errors from simultanious precompiling in different processes. --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index f922041a0..961774b82 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,4 @@ +using MPI using Base.Test # Code coverage command line options; must correspond to src/julia.h