Hi all,
I'm trying to restart a job (optimization) from a previous checkpoint file. I keep getting 'segmentation violation' error. What does that mean?
Our input, slurm, output and error files (/home_palamut2/...) and .chk & .rwf files (/truba_scratch/...) are located in different directories.
I created a sample input file with the coordinates of a random molecule and cancelled the job to see if it restarts with this input file below, but it didn't work:
%RWF=restartsample.rwf
%NoSave
%chk=restartsample.chk
%mem=400mW
#p opt=restart
We are using Gaussian 09.
I would appreciate if someone can help me find a solution
Thanks a lot.