- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo,
I am tring to add coarray into my old code.
IF (this_image() == 1) THEN
! Run old bigger code here
! Try to change some computing into coarray
END IF
compiler option:
/nologo /debug:full /Od /Qcoarray:shared /warn:interfaces /module:"x64\Debug\\" /object:"x64\Debug\\" /traceback /check:bounds /check:stack /libs:dll /threads /dbglibs /c
The executing time is 3 to 4 times more when using coarray than using optimization with option /o2. I think all threads are used in option /Qcoarray:shared, and extra optimization could not work.
How should I use optimization in the most of the place, and use the coarray in the place which I wanted, as MPI?
Regards
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page