Hi there
I am running simulations from Python scripts and need to output the intfor file of the simulation to the results directory.
When I run the input.k file from LS-Run, manually, I get the warning that I must add the S=intfor option to the command line expression. When I do so, the intfor file is created along with other files like NCFORC and RCFORC which I am interested in.
I am struggling to find how to set S=intfor in the run_dyna() function
currently my function is defined as:
run_dyna(input, working_directory=parent, mpi_option=1, precision=1, ncpu=16, memory=40, S="intfor")
This doesn't show an error but it doesn't create the intfor file either.
Can someone please help by explaining how to add the S and further options to the command line expression, using the run_dyna() function, to output the intfor file?
Thanks in advance