Batch Script Error

bouvy
bouvy Altair Community Member
edited October 2020 in Community Q&A

Hello,

 

I am trying to run a batch script from the FEKO terminal. When doing so, I get the following error, and my job does not run:

 

Error connecting to the Service
[mpiexec@vem-2] ..\hydra\utils\sock\sock.c (270): unable to connect from 'vem-2' to 'VEM-2' (No error)

 

Where 'vem-2' is the name of my PC.

 

I have attached text files of both the job script and the complete output from the FEKO terminal. Any help is appreciated!

 

Thanks,

Alex

Unable to find an attachment - read this blog

Tagged:

Answers

  • Torben Voigt
    Torben Voigt Altair Community Member
    edited August 2019

    Hi @bouvy,

     

    Does running a simulation from CADFEKO work?

  • bouvy
    bouvy Altair Community Member
    edited August 2019

    Hi Torben,

     

    Yes, no issues running from CADFEKO.

     

    Thanks,

    Alex

  • JIF
    JIF
    Altair Employee
    edited August 2019

    Hi bouvy,

     

    I assume that all 40 cores are on the same machine? If so, add the following to the end of the runfeko command:

    --parallel-authenticate localonly

  • bouvy
    bouvy Altair Community Member
    edited August 2019

    JIF, this seems to have done the trick.

     

    Thanks!