Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output-directory option has no effect #1216

Open
kpgriesser opened this issue Feb 20, 2025 · 0 comments
Open

output-directory option has no effect #1216

kpgriesser opened this issue Feb 20, 2025 · 0 comments

Comments

@kpgriesser
Copy link

kpgriesser commented Feb 20, 2025

1 - Detailed description of problem or enhancement
We'd like to have large output files like checkpoints go to a /tmp disk but have been unable to do this using the --output-directory command line option.

2 - Describe how to reproduce the issue

  • attempt 1: does it create 'out' if not exists or give error? [no]
    $ sst --output-directory=out --checkpoint-period=10ns ../sdl.py > log
    $ ls
    checkpoint/ log

  • attempt 2: if 'out' exists does output get there? [no]
    $ mkdir out
    $ sst --output-directory=out --checkpoint-period=10ns ../sdl.py > log
    $ ls
    checkpoint/ checkpoint_1/ log out/
    $ ls out

3 - What Operating system(s) and versions
any

4 - What versions of external libraries (MPI, etc.)
n/a

5 - Provide sha1 of all relevant SST repositories (sst-core, sst-elements, etc)
sst-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant