Paul Ferrell

Results 89 issues of Paul Ferrell

In our effort to get rid of filesystem locks, we must change how Pavilion generates test id's and series id's. I propose the following... Group ids: - Start with an...

Probably via a: ```yaml key_results: - fom - MFLOPS ```

feature request
medium priority

>>> Can I not do something like: ``` _base: variables: hpcc: compiler?: gcc/10.3.1 mpi?: openmpi/4.1.2 ``` The above isn't allowed. This is expected: ``` _base: variables: hpcc?: compiler: gcc/10.3.1 mpi:...

When trying to use the Spack installer for Pavilion in a test, the build fails, and the build directory (e.g. /usr/global/tools/pavilion2/working_dir/builds/35c3479bdd814eab) no longer exists after the build failure. Nicholas Sly...

Pavilion is supposed to be keeping a picked dictionary as a cache for both series and test_runs. This dictionary allows us to skip the expensive FS reads needed to gather...

Currently tests are organized into a single `tests` directory, and their source is generally expected to be in the `test_src`. This makes keeping source and tests organized as a single...

It seems, you cannot use deferred variables (e.g. host_arch) in the only_if section of tests. In combination with the slurm scheduler, this is problematic. The only_if is evaluated on the...

Pavilion needs to allow users to set up the root config for all their tests. This should probably just be a set of variable defaults. Maybe it can go in...

It shouldn't resolve the full path, just the parent path.

Traceback (most recent call last): File "/lustre/xrscratch1/hpctest/xrds/xrds-acceptance-testing/pav_src/lib/pavilion/main.py", line 115, in run_cmd return cmd.run(pav_cfg, args) File "/lustre/xrscratch1/hpctest/xrds/xrds-acceptance-testing/pav_src/lib/pavilion/commands/run.py", line 195, in run local_builds_only=local_builds_only) File "/lustre/xrscratch1/hpctest/xrds/xrds-acceptance-testing/pav_src/lib/pavilion/series/series.py", line 429, in run rebuild=rebuild, local_builds_only=local_builds_only) File...