Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我想请问一下,我输入pdf上的命令,出现如下报错应该如何解决 #59

Open
panayu123 opened this issue Mar 12, 2024 · 7 comments

Comments

@panayu123
Copy link

panayu123 commented Mar 12, 2024

[pan@single src]$ mpirun -np 50 SISSO > log
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
SISSO 00000000004B162A Unknown Unknown Unknown
libpthread-2.17.s 00002B091FFCF630 Unknown Unknown Unknown
SISSO 00000000004F97ED Unknown Unknown Unknown
SISSO 0000000000453536 Unknown Unknown Unknown
SISSO 00000000004516FC Unknown Unknown Unknown
SISSO 00000000004458B5 Unknown Unknown Unknown
SISSO 000000000049E3C9 Unknown Unknown Unknown
SISSO 00000000004052A2 Unknown Unknown Unknown
libc-2.17.so 00002B0920500555 __libc_start_main Unknown Unknown
SISSO 00000000004051A9 Unknown Unknown Unknown

@ywsong1
Copy link

ywsong1 commented Mar 20, 2024

我也这样,你解决了吗

@panayu123
Copy link
Author

已经解决了,首先检查输入文件是否有问题,若不确定是否有问题,可以先用https://github.com/Matgenix/pysisso/tree/master/test_files/inputs
上的模板文件跑。然后确定输入的命令是否正确,比如我把输入文件放在 /home/pan/SISSO/test ,我输入的命令如下:
mpirun -np 50 /home/pan/bin/SISSO
祝您早日运行成功

@ywsong1
Copy link

ywsong1 commented Mar 26, 2024 via email

@rouyang2017
Copy link
Owner

除了检查输入文件外,有时还要先跑下这条命令:ulimit -s unlimited

@003sunshine
Copy link

我也遇到了上述的问题 跑了 ulimit -s unlimited 还是 不太行

@kush2803
Copy link

已经解决了,首先检查输入文件是否有问题,若不确定是否有问题,可以先用https://github.com/Matgenix/pysisso/tree/master/test_files/inputs 上的模板文件跑。然后确定输入的命令是否正确,比如我把输入文件放在 /home/pan/SISSO/test ,我输入的命令如下: mpirun -np 50 /home/pan/bin/SISSO 祝您早日运行成功

This worked for me. The SISSO.in file in the input_templates folder of the code appears to be broken and causing this error. The input file shared in this comment works flawlessly.

@003sunshine
Copy link

嗯嗯嗯 谢谢您 我之前试过了 是数据格式的问题,现在能跑通了,非常感谢,邮件收到了 ,万分感谢

已经解决了,首先检查输入文件是否有问题,若不确定是否有问题,可以先用https://github.com/Matgenix/pysisso/tree/master/test_files/inputs 上的模板文件跑。然后确定输入的命令是否正确,比如我把输入文件放在 /home/pan/SISSO/test ,我输入的命令如下: mpirun -np 50 /home/pan/bin/SISSO 祝您早日运行成功

This worked for me. The SISSO.in file in the input_templates folder of the code appears to be broken and causing this error. The input file shared in this comment works flawlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants