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

Error: ARPACK error #235

Open
manishshah1698 opened this issue Aug 31, 2022 · 8 comments
Open

Error: ARPACK error #235

manishshah1698 opened this issue Aug 31, 2022 · 8 comments

Comments

@manishshah1698
Copy link

This error occurs when I execute ./motifcluster -i:C-elegans-frontal.txt -m:bifan

Don't know why because I have already installed ARPACK and also "make" command before this line works fine.

Are there any other packages that need to be installed?

@roks
Copy link
Contributor

roks commented Sep 1, 2022

Can you please provide the error? Are you able to run the provided example as20graph.txt?

@manishshah1698
Copy link
Author

I am trying to run the following code:

Build the code

cd snap-higher-order/examples/motifcluster/
make

Run the code

./motifcluster -i:C-elegans-frontal.txt -m:bifan

Look at the cluster

cat C-elegans-frontal-bifan-cluster.txt
python get_names.py C-elegans-frontal-bifan-cluster.txt C-elegans-frontal-meta.csv

It gives me an error while running this:

Run the code

./motifcluster -i:C-elegans-frontal.txt -m:bifan

By running the "make" command, it creates motifclustermain inside the motifcluster folder.

After that when I try executing,
./motifclustermain -i:C-elegans-frontal.txt -m:bifan

it throws the following error:

Motifs. build: 09:09:19, Sep 1 2022. Time: 09:11:55 [Aug 26 2022]

Input directed graph file (-i:)=C-elegans-frontal.txt
Motif type (-m:)=bifan
Cluster output file (-o:)=C-elegans-frontal-bifan-cluster.txt
*** Error: ARPACK error

run time: 0.07s (09:11:57)

@roks
Copy link
Contributor

roks commented Sep 1, 2022

Are you able to run the provided example as20graph.txt as described in ReadMe.txt?

@manishshah1698
Copy link
Author

I searched, but there seem to be many ReadMe.txt. Can you share with me the link of doc?

@roks
Copy link
Contributor

roks commented Sep 1, 2022

It is the one in the motifcluster example: https://github.com/snap-stanford/snap/blob/master/examples/motifcluster/ReadMe.txt

You should execute: motifclustermain -m:M4

@manishshah1698
Copy link
Author

I get the same error

Motifs. build: 18:14:29, Sep 1 2022. Time: 19:31:16 [Aug 26 2022]

Input directed graph file (-i:)=../as20graph.txt
Motif type (-m:)=M4
Cluster output file (-o:)=as20graph-M4-cluster.txt
*** Error: ARPACK error

run time: 0.13s (19:31:17)

@RobertStern
Copy link

Hi, i have same error.
./motifclustermain -i:C-elegans-frontal.txt -m:M4
Motifs. build: 22:17:21, Dec 4 2023. Time: 22:21:50 [Dec 4 2023]

Input directed graph file (-i:)=C-elegans-frontal.txt
Motif type (-m:)=M4
*** Error: ARPACK error

run time: 0.06s (22:21:50)
Did you manage somehow fix this?
Thanks.

@RobertStern
Copy link

Hi, can somebody help me with this? Thank you. Or at least what to use instead of this ARPACK library

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

3 participants