diff --git a/orte/test/system/spin.c b/orte/test/system/spin.c index a9b19f091e..c137ed4a14 100644 --- a/orte/test/system/spin.c +++ b/orte/test/system/spin.c @@ -20,7 +20,7 @@ int main(int argc, char* argv[]) double pi; pid_t pid; - if (0 > (rc = orte_init(ORTE_NON_TOOL))) { + if (0 > (rc = orte_init(ORTE_PROC_NON_MPI))) { fprintf(stderr, "spin: couldn't init orte - error code %d\n", rc); return rc; }