thegooglecodearchive / ddscat

Automatically exported from code.google.com/p/ddscat
0 stars 0 forks source link

openmp not working #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in makefile:
DOMP = -Dopenmp
OPENMP = -fopenmp
2. make clean , make ddscat
3. export omp_num_threads=2 (in the cygwin terminal)
4. running the program

What is the expected output? What do you see instead?
I expect running faster but what I get is "Program received signal SIGSEGV: 
Segmentation fault - invalid memory reference"

What version of the product are you using? On what operating system?
DDSCAT 7.3.0, windows 7 -> cygwin

Please provide any additional information below.

Original issue reported on code.google.com by MateuszT...@gmail.com on 27 Feb 2015 at 1:50