Running a python script on my local system (linux based) using the terminal utilizes ~4-6 cpu cores simultaneous.
If I run the same script via ssh connection on a remote system (linux based) limits the run to a single cpu core.
I am using anaconda3 across all systems and am certain that there exist identical environment conditions. Any ideas on how to resolve this issue?