X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fmpi%2Fparallel_grouplock.c;h=8cfc35cdc737b5c58becddcd5cb4b0ac20cc4cf8;hb=576541ff22d4f4f4433db139ed53aadb0b54a00a;hp=e572e4e04734bf951ccf44b3df2a5cb233e1e048;hpb=8354b381d69302e11ed43c71c38f1eca76e649db;p=fs%2Flustre-release.git diff --git a/lustre/tests/mpi/parallel_grouplock.c b/lustre/tests/mpi/parallel_grouplock.c index e572e4e..8cfc35c 100644 --- a/lustre/tests/mpi/parallel_grouplock.c +++ b/lustre/tests/mpi/parallel_grouplock.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -1013,7 +1011,8 @@ int main(int argc, char *argv[]) if (size < MIN_GLHOST) { fprintf(stderr, "Error: " - "should be at least four tasks to run the test!\n"); + "%d tasks run, but should be at least %d tasks to run " + "the test!\n", size, MIN_GLHOST); MPI_Abort(MPI_COMM_WORLD, 2); }