Thanks! It looks like you can also just type CMDfds in the search bar and the shortcut is the first result.
About fds MPI process running extremely slow on
6.7.8.: I looked through documentation section 3.2 and some of the history of FDS Discussion Group. I am thinking either my mesh code is written in an unfriendly way or I need to use a scheduler? I am running Windows 10 and the code worked fine in 6.7.7. Please see my mesh here:
&MESH IJK=15,15,26, XB=-.046,-0.016,-.046,-0.016,0,.052, MULT_ID='mesh' /
&MULT ID='mesh', DX=0.03, DY=0.03, DZ=0.052, I_UPPER=2, J_UPPER=2, K_UPPER=1 /
I saw some other users were assigning each mesh as a line and assigning each processor to a mesh in the .fds file itself. Is this a best practice for using MPI on multiple meshes?
I also saw it was recommended to use a scheduler to run MPI on Windows with hyperthreading disabled. Can you recommend if I need to try and do this, and what scheduler is best?
Thank you for any help!