Hi all,
I have a compute node with 128 cores. I want to run 2 acusolve simulations with 64 cores each in a node. I use slurm for job submission. The command I use is:
srun -n 1 -N 1 -c 64 acuRun -np 64 -libs ./libusr.so
By changing -n -N flags above, I was NOT able to run two different acusolve simulations in the cluster. I could use 64 cores and the rest was not used. I was also not able to submit two jobs to the same compute node once a job is submitted to that node.
Is this coming from acusolve side or from the cluster?
Do you have any idea on running multiple acusolve simulations in a single compute node?
Thanks.