Whamcloud - gitweb
b=18956
[fs/lustre-release.git] / lustre / tests / metadata-updates.sh
index 68f8077..e8de813 100755 (executable)
@@ -276,12 +276,12 @@ do_partial_delete $(($NUM_FILES / 2)) || exit ${PIPESTATUS[0]}
 check_dir_contents $(($NUM_FILES / 2 + 1)) || STATUS=1
 
 # "write_disjoint" test
-echo "Part 5. write_disjoint test: see lustre/tests/write_disjoint.c for details"
+echo "Part 5. write_disjoint test: see lustre/tests/mpi/write_disjoint.c for details"
 if [ -f "$WRITE_DISJOINT" ]; then
     set $TRACE
     MACHINEFILE=${MACHINEFILE:-$TMP/$(basename $0 .sh).machines}
     generate_machine_file $NODES_TO_USE $MACHINEFILE
-    mpi_run -np $(get_node_count ${NODES_TO_USE//,/ }) $MACHINEFILE \
+    mpi_run -np $(get_node_count ${NODES_TO_USE//,/ }) -machinefile $MACHINEFILE \
     $WRITE_DISJOINT -f $WRITE_DISJOINT_FILE -n $NUMLOOPS || STATUS=1
 else
     skip "$0 : write_disjoint not found "