Calypso stops after 1 or 10 seconds for 3D systems

165 views
Skip to first unread message

Kashif Hussain

unread,
Nov 9, 2023, 3:22:45 AM11/9/23
to CALYPSO
hello guys, 
Sorry to bother you. 
I have installed Calypso 7.0 with cak.py, which works for 2D systems. However, when I tried this for a 3D system (CN), the job ended after 1 second or 10 seconds automatically. It shows the following error. 
var/spool/torque/mom priv/jobs/120472.master.SC:line 10: module:not foundcommandvar/spool/torque/mom priv/jobs/120472master.SC:line 11:module:commandnot found
I also checked the CALYPSO.log file, only step one is shown. No other files are generated there in the results folder. but in the main folder, it created almost 30 poscars files. 
When I resubmitted the job, which ended after 10 seconds, there were two more files (pso_ini_01, pso_opt_01, etc). 
Please help me to fix this issue. I tried to fix this issue but could not. 

lbtq656429775

unread,
Nov 9, 2023, 4:22:39 AM11/9/23
to CalypsoCode@googlegr…
Hellow Kashif Hussain
 It looks like something wrong with your job-submit script, please check the line 11.
Maybe the pbs system didn't find the calypso.x.
Typically, multiple Python scripts are generated in the folder where the task was submitted after the program is executed
---- Replied Message ----
From Kashif Hussain<kashif.h...@gmail.com>
Date 11/9/2023 16:22
To CALYPSO<Calyp...@googlegroups.com>
Subject [CALYPSO] Calypso stops after 1 or 10 seconds for 3D systems
--
You received this message because you are subscribed to the Google Groups "CALYPSO" group.
To unsubscribe from this group and stop receiving emails from it, send an email to CalypsoCode...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/CalypsoCode/8d2982e3-960d-4ea9-9030-781b53ab6b6dn%40googlegroups.com.

296389682

unread,
Nov 9, 2023, 4:22:52 AM11/9/23
to lbtq656429775

您的邮件已收到,我会尽快处理!

This is an automatic reply, confirming that your email was received. I will reply as soon as possible. Thank you!

Kashif Hussain

unread,
Nov 13, 2023, 2:16:29 AM11/13/23
to CALYPSO

Hello, 
Dear Bingtan Li,
Thank you for your quick response. As I already mentioned this is working for 2D but not 3D. However, I attached both scripts. Please see and suggest me your comments so that I can fix this issue. 

1-calypso.sh
script is
#!/bin/bash
#PBS -N BN2
#PBS -l nodes=1
#PBS -l walltime=36:00:00
#PBS -q mcg1


cd $PBS_O_WORKDIR

module unload cray-python/3.9
module load cray-python/2.7

 /home/yt6/software/calypso/CALYPSO_x64/bin/calypso.x > calypso.log

2-submit.sh script is 
#/bin/bash

cd $PBS_O_WORKDIR


mpirun -n 28 /opt/software/vasp/vasp.5.4.4/bin/vasp_std > vasp.log 2>&1

Kashif Hussain

unread,
Nov 15, 2023, 12:15:25 AM11/15/23
to CALYPSO
hello, is there anyone who can help me? I have been facing this issue for one month. 

296389682

unread,
Nov 15, 2023, 12:15:35 AM11/15/23
to Kashif Hussain

Pengyue gao

unread,
Nov 15, 2023, 12:27:37 AM11/15/23
to CALYPSO
Can you send me all the files after you running CALYPSO? Current information is  not enough to solve the problem.  

lbtq656429775

unread,
Nov 15, 2023, 12:28:36 AM11/15/23
to CalypsoCode@googlegr…
Hello, 
Maybe you could add 2>&1 after calypso.log( /home/yt6/software/calypso/CALYPSO_x64/bin/calypso.x > calypso.log 2>&1 ), which would be helpful to check what is going wrong with calypso.x. 

---- Replied Message ----
From Kashif Hussain<kashif.h...@gmail.com>
Date 11/15/2023 13:15
To CALYPSO<Calyp...@googlegroups.com>
Subject Re: [CALYPSO] Calypso stops after 1 or 10 seconds for 3D systems

296389682

unread,
Nov 15, 2023, 12:28:44 AM11/15/23
to lbtq656429775

Kashif Hussain

unread,
Nov 15, 2023, 1:46:48 AM11/15/23
to CALYPSO
yes, I have attached all the files. Please check. Even, you can check my system by AnyDes.
files.zip

Pengyue gao

unread,
Nov 15, 2023, 5:54:39 AM11/15/23
to CALYPSO
Because you set "Split = T", CALYPSO will generate just 30 structures (popsize = 30) and then stop.  Setting the parameter as "F" will solve the problem. 
Reply all
Reply to author
Forward
0 new messages