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

Clarify use of globals.local

parent bcb26c06
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/expect #!/usr/bin/expect
############################################################################ ############################################################################
# Purpose: Establish global state information for SLURM test suite # Purpose: Establish global state information for SLURM test suite
#
# To define site-specific state information, set the values in a file
# named 'globals.local'. Those values will override any specified here.
# for example:
#
# $ cat globals.local
# set slurm_dir "/usr/local"
# set mpicc "/usr/local/bin/mpicc"
#
############################################################################ ############################################################################
# Copyright (C) 2002-2006 The Regents of the University of California. # Copyright (C) 2002-2006 The Regents of the University of California.
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
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