3

Does it matter on which drive my OpenStudio files are?

I've got a pretty classic setup nowadays, with a smallish SSD as my C: drive where I've put my OS and programs, such as OpenStudio.

And I have a D: drive which is a regular drive but bigger, where I usually end up putting my project files because it can get big.

Since there's a lot of read/write operations going on especially when you're writing tons of output variables on a detailed timestep to the SQL file, there's likely a pretty good improvement in runtime when using the SSD.

I've noticed on opening result files from the OS App that OpenStudio seems to use the C:\Users\...\AppData\Local\Temp folder.

My question is then: is OpenStudio actually writing everything to my C drive and only at the end moving that back to my project folder?

In which case there's no point putting my project file on my SSD so I'm good to go!

Julien Marrec's avatar
29.7k
Julien Marrec
asked 2016-01-29 12:03:42 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-01-29 12:12:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

Yup, while working, OS runs in a temp directory -- these are generally created on your operating system's drive -- and only at the end of the run does it copy the whole mess back to wherever your osm is located.

rpg777's avatar
7k
rpg777
answered 2016-01-29 12:41:26 -0500
edit flag offensive 0 remove flag delete link

Comments

1

If you want to play around (and I suspect you might), it might be possible to change the location of temporary files by setting either the TEMP or TMP environment variables.

macumber's avatar macumber (2016-01-29 14:07:24 -0500) edit
add a comment see more comments