-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It would be nice if there were a way to run experiments outside of the project-tree. Perhaps more generally to be able to interact with an existing taucmdr project from outside the project directory via a CLI opt.
Maybe like tau --tau-dir=<PROJECT_DIR> dash
would invoke the dashboard routine in the context of <PROJECT_DIR>
For instance, if my tau init
'd project directory is $PROJECT_DIR
and I want to run a trial from outside-the-project directory, it looks like an attempt was made at one point to make this possible:
$> tau trial create --help
...
Optional Arguments:
...
--tau-dir [tau_dir] Project directory location.
- default: None
...
However, --tau-dir
doesn't seem to work:
$> tau trial create --tau-dir=$PROJECT_DIR mpirun -np 48 $PROJECT_DIR/bin/binary
[TAU] CRITICAL
[TAU]
[TAU] Project directory not found in '/pylon5/ac31lhp/lpeyrala/Sept2020_incompressibleTest/test6' or any of its parent directories.
[TAU]
[TAU] Hint: Make sure that you have already run the `tau initialize` command in this directory or any of its parent directories.
[TAU]
[TAU] Please contact <support@paratools.com> for assistance.
zbeekmanzbeekman
Metadata
Metadata
Assignees
Labels
No labels