User profile: adamsheimat

User info
User name:adamsheimat
Name:Adam
Bio:Graduate Student
Statistical data
Occupation:Student
History
Joined:
Number of posts:9
Latest posts:

openMP compile error for simple progam
I have a simple program that runs fine as a serial code, but I would like to use openMP to paralleli...

simple progam --- why is there a segmentation fault?
Thanks!

simple progam --- why is there a segmentation fault?
Hi, Thanks for the reply. Yes, I initialized N to be of size 1 with value of 0. However, the <vector...

simple progam --- why is there a segmentation fault?
I have a simple program that reads in this file and bins the data to make a histogram. The data are ...

passing 2d array created using <vector> --simple example
Got it. Thanks a lot!