- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The hello work coarray code
1 program Hello_World 2 implicit none 3 integer :: i ! Local variable 4 character(len=20) :: name
ifort -coarray hello.f90 -o hello ./hello File "/opt/intel/composerxe/mpirt/bin/intel64/mpd", line 1545 except Exception, errmsg: ^ SyntaxError: invalid syntax File "/opt/intel/composerxe/mpirt/bin/intel64/mpdallexit", line 99 print __doc__ ^ SyntaxError: invalid syntax ifort -v ifort version 14.0.2 python --version Python 3.4.1
How to solve the mpd error?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone help me? Is that the python version problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, our expert in this area is away for the next two weeks. I will see if I can find someone else who might be able to help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our MPI folks say that they support Python 2.2 or later, but the folks I spoke to didn't have access to Python 3.4.1. Are you able to try 2.7 or something in between and see what happens?

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