rouyang2017 / SISSO

A data-driven method combining symbolic regression and compressed sensing for accurate & interpretable models.
Apache License 2.0
251 stars 84 forks source link

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

Open panayu123 opened 8 months ago

panayu123 commented 8 months ago

[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 commented 8 months ago

我也这样,你解决了吗

panayu123 commented 8 months ago

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

ywsong1 commented 8 months ago

感谢帮助!方便加个微信一起探讨一下SISSO吗?我也是初学者 我的微信号:15751760908

syw11 @.***

 

------------------ 原始邮件 ------------------ 发件人: "rouyang2017/SISSO" @.>; 发送时间: 2024年3月21日(星期四) 上午9:14 @.>; @.**@.>; 主题: Re: [rouyang2017/SISSO] 我想请问一下,我输入pdf上的命令,出现如下报错应该如何解决 (Issue #59)

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

rouyang2017 commented 8 months ago

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

003sunshine commented 7 months ago

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

kush2803 commented 5 months ago

已经解决了,首先检查输入文件是否有问题,若不确定是否有问题,可以先用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 commented 5 months ago

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

已经解决了,首先检查输入文件是否有问题,若不确定是否有问题,可以先用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.