Jennifer Green
Jennifer Green
Fixes an error with scheduler responsiveness and allocated nodelists.
```bash Config directory '/usr/projects/xrdssparc/pav_configs' does not exist. Ignoring. Cannot find config directory '/usr/projects/xrdssparc/pav_configs'. Ignoring that config dir. Config directory '/usr/projects/xrdspartisn/pav_configs' does not exist. Ignoring. Cannot find config directory '/usr/projects/xrdspartisn/pav_configs'. Ignoring...
Traceback from a permissions failure- didn't have root so really couldn't distinguish the root permission failure. ```json { "traceback": "Traceback (most recent call last):\n File \"/usr/projects/hpctest/xrds-acceptance-testing/pav_src/lib/pavilion/main.py\", line 102, in run_cmd\n...
```yaml # SUBTEST NAME CONTAINS AN UPPER L3hifire-strong-scale_ats1: only_if: '{{sys_name}}': [trinity, trinitite, mutrino] ``` `pav show tests` lists: `sparc.l3hifire-weak-scale_ats1` `pav run sparc.l3hifire-weak-scale_ats1` results in the following error: ``` Error making...
Not sure if this is the expectation, but this doesn't work. ``` tt-rfe1:pre-packag $ cat tests/foo.yaml base: variables: tester: - { foo: "foo", BAR: "foo"} build: cmds: - "echo {{tester.foo}}"...
Looks like the determination of the "default" for TMOD conflicts with how Pavilion determines "default" for modulefiles? ``` tt-rfe1:pre-packag $ pav log build 5169 Verifying module loaded. mod_vers, loaded_vers: ,...
Ticket Subject: "ssh with hostbased auth fails after changing group ID ( with newgrp, etc. )" URL: https://change.lanl.gov/Ticket/Display.html?id=197641 also https://change.lanl.gov/Ticket/Display.html?id=197641&results=607cb582b34773105e11f6863751f136 Reluctance to fix this on our systems drives us to...
add --cpus-per-task as a {{sched.test_cmd}} option at parallel launch ``` -c, --cpus-per-task= Advise the Slurm controller that ensuing job steps will require ncpus number of processors per task. Without this...
``` pav results -kname,mpi_ranks,slowest_rank,runtime_seconds,network_timeouts,minutes "$@" Test Results for: s1154 -------+---------------------+----------+--------+---------------------+-----------+--------------+-----------------+------------------+--------- Id | Name | Started | Result | Name | Mpi ranks | Slowest rank | Runtime seconds | Network...
Without this patch, configure cannot resolve cray's libfabric libs due to not looking in the `lib64` directory. I haven't spent time trying to make this flexible and look both in...