Announcement

Collapse
No announcement yet.

Can I pause simulation, switch off PC (restart), and continue simulation from where I left off ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can I pause simulation, switch off PC (restart), and continue simulation from where I left off ?

    Hi,

    Can I do the following;

    1) Pause (or stop) an ocean simulation (so that I can switch off the PC etc).

    2) Restart the PC and resubmit the simulation, continuing it from the last calculated frame ?

    Is that what the "Load and Start" is for ?

    Or is what I'm wanting to do done some other way ?

    Please can you advise ?

    Many thanks.
    Jez

    ------------------------------------
    3DS Max 2023.3.4 | V-Ray 6.10.08 | Phoenix FD 4.40.00 | PD Player 64 1.0.7.32 | Forest Pack Pro 8.2.2 | RailClone 6.1.3
    Windows 11 Pro 22H2 | NVidia Drivers 535.98 (Game Drivers)

    Asus X299 Sage (Bios 4001), i9-7980xe, 128Gb, 1TB m.2 OS, 2 x NVidia RTX 3090 FE
    ---- Updated 06/09/23 -------

  • #2
    Hey,

    You should use the Restore button. Just go to the last frame you have simulated and press "Restore". It will start the simulation from the last backup frame (by default those are every 15 frames, but you can change the value in the Output rollout).
    Georgi Zhekov
    Phoenix Product Manager
    Chaos

    Comment


    • #3
      Thanks Georgi - that works for one local machine but how can I run a Restore when using a Render Node ? (I want to use the Deadline dropdown "Submit Max to Deadline" for this).

      I have two machines, both have Phoenix FD / Phoenix Licences and I want to be able to have the Slave do my sea simulation processing during the day (when I can have both machines switched on) so that I can continue working on other projects on my main machine while the Slave is creating the sea simulation.

      At the end of the working day, I wish to switch off both machines, and continue the sea simulation the following day on the Slave machine from where it last left off (when both machines are both switched on again).

      I'm *really* hoping this is possible, but I'm not convinced it is (I've checked the Deadline SMTD Dialog box and cannot see how it would be able to handle a "Restore" submission).

      Any ideas please ?

      Many thanks.
      Jez

      ------------------------------------
      3DS Max 2023.3.4 | V-Ray 6.10.08 | Phoenix FD 4.40.00 | PD Player 64 1.0.7.32 | Forest Pack Pro 8.2.2 | RailClone 6.1.3
      Windows 11 Pro 22H2 | NVidia Drivers 535.98 (Game Drivers)

      Asus X299 Sage (Bios 4001), i9-7980xe, 128Gb, 1TB m.2 OS, 2 x NVidia RTX 3090 FE
      ---- Updated 06/09/23 -------

      Comment


      • #4
        It's really easy actually.

        In the Simulation rollout - tick the "Use script" checkbox and press the Edit button next to it.
        Then in the fn OnSimulationBegin=() add the following code

        sim = getnodebyname "PhoenixFDFire001"
        A_StopSim sim
        A_StartSim sim "" 32


        Where PhoenixFDFire001 is the name of your simulator and 32 is the frame you would like to restore from.
        Save the scene and send it over deadline

        Attached Files
        Georgi Zhekov
        Phoenix Product Manager
        Chaos

        Comment


        • #5
          Thanks Georgi,

          That sounds great - I'll give it a go and let you know how I get on.
          Jez

          ------------------------------------
          3DS Max 2023.3.4 | V-Ray 6.10.08 | Phoenix FD 4.40.00 | PD Player 64 1.0.7.32 | Forest Pack Pro 8.2.2 | RailClone 6.1.3
          Windows 11 Pro 22H2 | NVidia Drivers 535.98 (Game Drivers)

          Asus X299 Sage (Bios 4001), i9-7980xe, 128Gb, 1TB m.2 OS, 2 x NVidia RTX 3090 FE
          ---- Updated 06/09/23 -------

          Comment

          Working...
          X