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

Modify an error message for greater clarity.

parent 32a456c3
No related branches found
No related tags found
No related merge requests found
This file describes changes in recent versions of SLURM. It primarily
documents those changes that are of interest to users and admins.
* Changes in SLURM 0.5.0-pre5
=============================
* Changes in SLURM 0.5.0-pre4
=============================
-- Fix bug in slurmd that could double KillWait time on job timeout.
......
/*****************************************************************************\
* src/slurmd/slurmd.c - main slurm node server daemon
* $Id$
* src/slurmd/slurmd.c - main slurm node server daemon
* $Id$
*****************************************************************************
* Copyright (C) 2002 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......@@ -489,7 +489,7 @@ _read_config()
if ( (conf->node_name == NULL) ||
(conf->node_name[0] == '\0') )
fatal("Node name is empty");
fatal("Node name lookup failure");
if ( (conf->cf.control_addr == NULL) ||
(conf->cf.slurmctld_port == 0) )
......
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