Qsub multiple jobs from HyperStudy on Linux Cluster

Alberto Perticone
Alberto Perticone Altair Community Member
edited May 2021 in Community Q&A

Hi everyone,


I'm trying to run multiple jobs on my PC cluster which works with linux shell (bash). I use HyperStudy to parametrize input file.k and then run it with Ls-Dyna Solver. It works automatically on local PC, but I'm struggling so much to make the submission on cluster PC. Usually, when I want to run a single job I submit it via my script file named "single". In this way, writing in the prompt: 

qsub single

I can see the job running.

I tried modifying a bit my script to make it useful with the files.k stored in the nested folders created by HyperStudy. I have successfully created the directories and imported the files correctly in each folder from the ssh protocol connection, but the jobs still don't run. I report the error files I get:

*> [compute-0-2.local:15366] Warning: could not find environment variable "LSTC_LICENSE_SERVER"* *> [compute-0-2.local:15366] Warning: could not find environment variable "LSTC_LICENSE"* *> /var/spool/torque/mom_priv/jobs/16308.archimede.pcmgroup.dmti.unifi.it.SC: line 35: l2a_r712: command not found* 

It sounds really strange because I don't get any of this when I run single jobs, but maybe I miss something as I'm not an expert linux coder.

Any help will be very appreciated. I attached my script file here for single (it does work) and multiple (it doesn't work) submission.

 

Many thanks

Answers