Thank you very much for the reply.
1. I have installed RASPA 2.0 in both the clusters (gcc compiler). My earlier calculations were done using RASPA 2.0, so I am continuing with that.
2. Sorry, by "CrashRestart yes", I meant the 'Binary Restart File'. In the input file, I have added "ContinueAfterCrash yes" command, to continue using the binary file in the folder "Crash Restart".
3. I have tried the two options given in the manual as follows, (following are the input file commands I have given for a GCMC simulation, with 200000 initialization and production cycles, each)
Approach 1: (using restart file, where the positions are taken)
SimulationType MonteCarlo
NumberOfCycles 188800
PrintEvery 200
PrintPropertiesEvery 200
RestartFile yes
WriteBinaryRestartFileEvery 10000
Approach 2: (using binary restart file (crash restart))
SimulationType MonteCarlo
NumberOfCycles 200000
NumberOfInitializationCycles 200000
PrintEvery 200
PrintPropertiesEvery 200
ContinueAfterCrash yes
WriteBinaryRestartFileEvery 10000
So, in the first approach I have to change, in the input file, the number of production and initialization cycles accordingly. But, the problem here is, the earlier averages of the properties are ignored and being calculated from the current value.
The second approach, where I include a command in the input file ("ContinueAfterCrash yes"), is working properly. It is exactly picking up from where it has left without changing anything else in the input file. But, when I start the simulations using this command, it is taking a long time to restart. Every time my wall time is reached, they stop and take a long time to pick up from where it has left.
Is there anything I can do to overcome this and speed up the calculations?
Thank you,
Best regards,
Suvardhan J.