Fix after read_restart

Hello all,
I am applying a fix to a calculation after reading in a previous simulation.
In the documentation for fix it notes that the fix will be reapplied with new parameters once the command is issued. However, I have a number of print statements in my fix command and when I run my ensemble program (which involves an initial setup and then subsequent runs from which the previous run’s data is read in) the print statements only come up the first run (so the one before the read_restart command).

I’m rather perplexed by this and I’ve double checked everything I could think of…
Any tips?

A simplified input script and example output vs. what you expect would be
helpful.

Hello all,
I am applying a fix to a calculation after reading in a previous
simulation.
In the documentation for fix it notes that the fix will be reapplied with
new parameters once the command is issued.

that applies only to fix styles that do support restarting. only a
limited number do.
for fixes that support restarting, you have to reissue the same fix
command with the same fix id and same settings.
then the fix status will be reloaded and you will see a message in
your output when this is done.

axel.