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

SIGSEGV #1

Open
oehlrich9 opened this issue Jul 6, 2016 · 3 comments
Open

SIGSEGV #1

oehlrich9 opened this issue Jul 6, 2016 · 3 comments

Comments

@oehlrich9
Copy link

On testing the parconnect for the SC16, we run into some segfault errors while using any type of data found in the original paper.
Where can we get some input files suitable for the application?
I attached the output for investigation what went wrong.

parconnectout.txt

@patflick
Copy link
Member

patflick commented Jul 6, 2016

Thank you for the report.
In order to reproduce your issue, could you elaborate on:

  • MPI Version
  • Compiler Version
  • How many MPI processes did you run this on?
  • Which input dataset are you using?
  • What were the exact parameters you started the application with?
  • Hardware (available memory, count of cores, CPU)

Thanks.

@oehlrich9
Copy link
Author

Hi

MPI Version:
intel/5.1up03-intel

Compiler Version:
gcc/5.3.0

How many MPI processes did you run this on?
40

Which input dataset are you using?
mgm4539518.3.050
Thats one of the original Datersets found with the project number from the paper

What were the exact parameters you started the application with?
-np 40 ./benchmark_parconnect_auto --input generic --pointerDouble y --file /elxfs/rzku/hpcv001h/mgm4539518.3.050.upload.bin

Hardware (available memory, count of cores, CPU)
I'm runnig the application on one node of our biggest university cluster:
(https://www.rrze.fau.de/dienste/arbeiten-rechnen/hpc/systeme/emmy-cluster.shtml)

2x 2.2GHz Skylake CPUs with 10 pysical, 20 logical cores each
64 GB RAM

Thanks for your help.

@cjain7
Copy link
Member

cjain7 commented Jul 12, 2016

Hi oehlrich9,

The input type should be dbg here : --input dbg. generic is supposed to be used when you have graph input in the edgelist format.

Also, I hope your file mgm4539518.3.050.upload.bin is in the appropriate fastq format. I am just being skeptical because .bin is not the extension of these files usually (unless you named it so)

Let me know if you still face any problem.

PS: README file of this repository has the link to SC16 specific version of parconnect.

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