You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-star
When I submit a task to our computational cluster and request multiple cores, sometimes it happens that allocated cores belong to different nodes, unless I explicitly request a single node. I recently learned that when the software is not specially designed for parallel computing, it will not work as expected on multiple nodes. I know that STAR is multithreaded - but is it MPI-capable?
Alexander Dobin
unread,
Mar 3, 2020, 10:59:45 AM3/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-star
Hi Vasily,
STAR is not MPI-capable, it's only multithreaded on a shared memory system (i.e. typically single-node). You would need to request all cores on a single node.