Sumit_Impulse
To run RESCU in parallel, you need to launch the program from the command line. For example, to run the simulation with 8 processes, you could issue the following command:
mpiexec -n 8 matlab -r "rescu --smi -i scf.input"
assuming you have access to MATALB. If you are using matlab runtime compilers to install RESCU, the command to launch the simulation would be:
mpiexec -n 8 rescu --smi -i scf.input
Please note that you need to make sure that you have openmpi
available on your system and that RESCU is installed with parallel features enabled: https://docs.nanoacademic.com/rescu/installation/advancedInstallation/#sec-advancedinstallation
From the error, it looks like you have not properlly installed RESCU for parallel execution (please make sure openmpi libraries are available on your system).
Please let us know if you have any further questions.