smehta99

Results 15 issues of smehta99

Usage: `pav log -f/--follow ` example: `pav log -f build 72`

https://pavilion2.readthedocs.io/en/latest/tests/scheduling.html#chunking ``` pav run chunking-error -c schedule.partition=knl -c schedule.nodes=20 Could not find a pavilion config file. Using an empty/default config. Error making tests for series 's227'. Error loading test configs...

Neither the build error nor the `build.log` contain why the build failed when it times out.

Usage: `pav status 1 2 3 5-10 50-100` or `pav status s12-s20 s22 5-10`

Pavilion produces an error when ran inside the pavilion source directory.

I want to be able to cancel series run by other people in the same group using `pav series cancel`.

I want to be able to do something like this: ```YAML constant: compiler: const: "${COMPILER_NAME}/${COMPILER_VER}" mpi: const: "${MPI_NAME}/${MPI_VER}" ```

With module wrappers the version can't be determined using the `pav-lib.bash` script. `export cce-15-0-0_VERSION="$(module_loaded_version 'cce-15-0-0')"` resulting in environment variable not being set up and being outputted to build & run...

When using `source_url` in a pavilion test config, it downloads the source to the directory the command is executed and pavilion tries to look for it in the `source_path:` resulting...

```YAML templates: 'conf-{{sys_name}}': '{{sys_name}}.conf ``` Currently, it looks for the exact phrase `conf-{{sys_name}}` instead of `conf-machine`. Is there a way to make templates work like his?