Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Error in a supercomputer
PostPosted: Wed Oct 16, 2019 6:11 pm 
Hi guys,

I'm trying to run Singular in a supercomputer with the option of batch.
Following the manual I see that I have to include the flag -b and then MPport=PORT and MPhost=HOST.
Moreover, as I understand if I do not these values I should use PORT and HOST, therefore the code I used was:

Singular --cpus=$SLURM_CPUS_PER_TASK -b --MPport=PORT --MPhost=HOST name.txt > name.out

Nevertheless I got the error : ** missing arguments: -b requires --link/--MPhost/--MPport


Could you help me here? What am I missing?
Thank you very much,


Report this post
Top
  
Reply with quote  
 Post subject: Re: Error in a supercomputer
PostPosted: Thu Oct 17, 2019 9:31 am 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
Singular -b --MPport=PORT --MPhost=HOST
means that this Singular process connects to the host HOST at port PORT
and expects from there input (via an ssi link).

In short: -b is used by Singular to start processes via an ssi-tcp-link
(see https://www.singular.uni-kl.de/Manual/4 ... ng_120.htm)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:55 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group