#
13540:da30e62884ee |
|
10-Jan-2019 |
Andrea Mondelli <andrea.mondelli@ucf.edu> |
misc: updated shabang for python script
The default python on MacOS doesn’t have an alias to python2. The official python version supported in gem5 is Python2.7.
This patch updates the shabang according to the version required in gem5.
Change-Id: I9533c0f7858b5b3cab0ef101be1ee5cd718105b0 Reviewed-on: https://gem5-review.googlesource.com/c/15375 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
|
#
11828:36b064696175 |
|
10-Feb-2017 |
Jason Lowe-Power <jason@lowepower.com> |
misc: Update #!env calls for python to explicit version
In some newer Linux distributions, env python default to Python 3.0. This patch explicitly uses "python2" instead of just "python" for all scripts that use #!
Reported-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
|
#
11320:42ecb523c64a |
|
06-Feb-2016 |
Steve Reinhardt <steve.reinhardt@amd.com> |
style: remove trailing whitespace
Result of running 'hg m5style --skip-all --fix-white -a'.
|
#
5147:a7b91336a3fc |
|
10-Oct-2007 |
Ali Saidi <saidi@eecs.umich.edu> |
Make qdo work with oar. I don't know if this catches every case, but it appears to be working at the moment.
|
#
2665:a124942bacb8 |
|
31-May-2006 |
Ali Saidi <saidi@eecs.umich.edu> |
Updated Authors from bk prs info
|
#
2441:6d9097edd4aa |
|
11-Mar-2006 |
Steve Reinhardt <stever@eecs.umich.edu> |
Bump up NFS wait time in qdo (since this has been causing problems in pool regressions).
util/qdo: Bump up hardcoded NFS wait time from 45 sec to 90 sec (and print threshold from 10 sec to 30 sec). Would be even nicer to make these cmd-line params, but nobody would use them anyway.
|
#
1964:fca3bb8babaf |
|
03-Nov-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Qdo should kill its subordinate qsub more aggressively on a timeout.
util/qdo: Qsub needs a kill -9 to die; kill -15 doesn't cut it.
|
#
1940:6f54e570db58 |
|
23-Oct-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Fix qdo job name setting.
util/qdo: Don't automatically set qsub job name, as this causes qsub to fail if the job name is too long or otherwise unsuitable.
|
#
1930:d7836f59a02c |
|
20-Oct-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Add qdo options for setting the PBS job name and destination queue.
util/qdo: Add options for setting the PBS job name and destination queue.
|
#
1891:6d62abcc7456 |
|
29-Sep-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Fix for qdo & new pool node build.
util/qdo: unset PROMPT_COMMAND in shell in case system sets it for us.
|
#
1884:e543e25a5d27 |
|
22-Sep-2005 |
Steve Reinhardt <stever@eecs.umich.edu> |
Support for compiling and testing on pool via 'qdo' script. For this to work qdo must be on your path. I've copied it into /usr/local/bin on zizzer.
build/SConstruct: Add BATCH and BATCH_CMD options to support compiling/testing on pool via qdo.
|