1
1
This commit was SVN r22259.
Этот коммит содержится в:
Ralph Castain 2009-12-03 04:46:31 +00:00
родитель 4ec9c4b532
Коммит ae3e9f2aee

Просмотреть файл

@ -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;
}