The lastest version of iq-tree is MPI inplanted.
But when trying to start a iq-tree job in slurm system, with command
srun -N2 -n 48 iqtree -s seq.fa -bb 2000 -nt 48 -ntmax48
There is 24 CUPs in each node, but iq-tree was interrupted with error message:
ERROR: You have specified more threads than CPU cores available
---
srun -N2 -n 48 iqtree -s seq.fa -bb 2000 -nt AUTO -ntmax48
This command can run without error, but iq-tree only use 24 CUPs.
---
Could you please shoe me how to utilize CUP for iq-tree in a slurm system.