Skip to content
Snippets Groups Projects
Commit c332b87b authored by Moe Jette's avatar Moe Jette
Browse files

fix for change in error message (at least with some configurations)

parent 6a726309
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
# anything else indicates a failure mode that must be investigated.
############################################################################
# Copyright (C) 2002-2007 The Regents of the University of California.
# Copyright (C) 2008 Lawrence Livermore National Security.
# Copyright (C) 2008-2009 Lawrence Livermore National Security.
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
# Written by Morris Jette <jette1@llnl.gov>
# CODE-OCEC-09-009. All rights reserved.
......@@ -73,7 +73,7 @@ set env(PATH) "${slurm_dir}/bin:$env(PATH)"
set timeout $max_job_delay
set salloc_pid [spawn salloc -N2 -t1 ./$file_in]
expect {
-re "Node count specification invalid" {
-re "Node count specification invalid|More processors requested" {
send_user "\nWARNING: can't test srun task distribution\n"
exec $bin_rm -f $file_in
exit $exit_code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment