QuantumATK Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
QuantumATK X-2025.06 version released on Jun 9, 2025
Home
Help
Search
Login
Register
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
Job Manager for remote SLURM execution of QuantumATK scripts
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Job Manager for remote SLURM execution of QuantumATK scripts (Read 25357 times)
0 Members and 1 Guest are viewing this topic.
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Job Manager for remote SLURM execution of QuantumATK scripts
«
on:
June 26, 2020, 11:55 »
I can't set remote SLURM of QuantumATK,I need help
It's my setting:
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #1 on:
June 30, 2020, 10:05 »
It appears that 'bash' is not available on the server. Can you manually login and execute the command 'which bash'?
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #2 on:
July 2, 2020, 04:26 »
Hello, I can log in to my supercomputer server, I can use the "which bash" command and the result is "/ usr/bin/bash", or I can use the script command "sbatch atk.slurm" to do the calculation. I list my files in the attachment.
«
Last Edit: July 2, 2020, 05:01 by ssp
»
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #3 on:
July 6, 2020, 10:59 »
It is not clear why the diagnostic check fails if you can manually execute 'which bash'.
Can you empty the 'Scripts to source' field in the 'Environment' tab of the machine settings and submit a new script using the job manager?
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #4 on:
July 7, 2020, 07:17 »
I tried, but it still couldn't work. Here are my settings.
«
Last Edit: July 7, 2020, 07:19 by ssp
»
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #5 on:
July 7, 2020, 11:53 »
Can you execute the following commands one by one and share the output?
ssh
[email protected]
'echo $0; echo $SHELL; env'
ssh
[email protected]
echo $0
echo $SHELL
env
exit
Thanks, Pieter
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #6 on:
July 7, 2020, 12:56 »
Thank you. I put the output in the output.txt file.
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #7 on:
July 8, 2020, 08:32 »
I can see that my instructions were not 100% clear. Can you also execute
ssh
[email protected]
'echo $0; echo $SHELL; env'
as a single command and provide the output?
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #8 on:
July 8, 2020, 08:45 »
Thank you. Here is the result of my entire input "ssh
[email protected]
'echo $0; echo $SHELL; env'"
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #9 on:
July 8, 2020, 10:54 »
Your output contains a lot of "command not found" errors. This indicates errors in the scripts being sourced at login. Can you check or share ~/.bashrc on your login node? It is likely that PATH is set incorrectly.
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #10 on:
July 8, 2020, 11:01 »
Thank you,it is my .bashrc file.
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #11 on:
July 8, 2020, 11:31 »
Please ssh to your login node and execute the following command:
bash -c 'echo $0; echo $-; env'
What output do you get?
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #12 on:
July 8, 2020, 11:36 »
This is my out file.
Logged
Pieter Vancraeyveld
Regular QuantumATK user
Posts: 22
Country:
Reputation: 1
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #13 on:
July 8, 2020, 17:43 »
Based on your input, it appears that one of your bash startup scripts (.profile, .bashrc, .bash_profile) contains an error. After you have fixed it, you should be able to execute
ssh
[email protected]
'echo $0; echo $SHELL; env'
as a single command without getting error messages.
Logged
ssp
Regular QuantumATK user
Posts: 8
Country:
Reputation: 0
Re: Job Manager for remote SLURM execution of QuantumATK scripts
«
Reply #14 on:
July 10, 2020, 17:11 »
Thank you,Now I can use Job Manager to deliver tasks to the supercomputer. Our school supercomputer has two login addresses, 10.10.114.203 and 10.10.114.204. I change the IP address to 203 and it run .But I use xshell to login 203 and 204 is the same account, login in 204 can also use the command “sabtch atk.slurm” to submit the task, I don't know why,but it possible doesn't matter. .
users use high-performance computing clusters, need to log in to the cluster of landing nodes login1/login2, can log in through a variety of ways. The ip address of the login1 is the ip address of the
http://10.10.114.203;
login2 is
http://10.10.114.204
; the two landing nodes have the functions of shunt and redundancy.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
Job Manager for remote SLURM execution of QuantumATK scripts