Lines Matching refs:in
7 # The license below extends only to copyright in the software and shall
13 # unmodified and in its entirety in all distributions of the software,
14 # modified or unmodified, in source code or in binary form.
19 # Redistribution and use in source and binary forms, with or without
23 # redistributions in binary form must reproduce the above copyright
24 # notice, this list of conditions and the following disclaimer in the
48 # there are some examples in the util/dist directory (e.g.
52 # Allocated hosts/cores are assumed to be listed in the LSB_MCPU_HOSTS
60 # Each gem5 process are passed in a unique rank ID [0..N-1] via the kernel
61 # boot params. The total number of gem5 processes is also passed in.
62 # These values can be used in the boot script to configure the MAC/IP
76 echo " -debug : debug mode (start gem5 in gdb)"
99 case "x$1" in
150 case "x$2" in
169 # Default values to use (in case they are not defined as command line options)
194 # We assume that allocated slots are listed in the LSB_MCPU_HOSTS
195 # environment variable in the form:
201 for hc in $LSB_MCPU_HOSTS
224 # (try to) kill gem5 processes - just in case something went wrong with the
228 for h in ${HOSTS[@]}
245 for p in ${SSH_PIDS[*]}
252 # we may be in the middle of an orderly termination,
298 # Trigger full clean up in case we are being killed by external signal
371 for p in ${SSH_PIDS[*]}