CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Visual Fortran's Parallelisation Capabilities

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2005, 14:25
Default Visual Fortran's Parallelisation Capabilities
  #1
M.Jutla
Guest
 
Posts: n/a
Has anyone tried using Visual fortran and it's auto-parallelisation capabilities? If I have some sequential code that needs to parallelised using MPI and Fortran, anybody with any ideas as how to do it?

Thanks! : )
  Reply With Quote

Old   April 3, 2005, 20:32
Default Re: Visual Fortran's Parallelisation Capabilities
  #2
chen25
Guest
 
Posts: n/a
Do you mean compaq visual fortran or the later intel visual fortran?

I do not have experience in the parallel visual fortran. But I believe you can use the compiler directives provided by the visual fotran to invoke the omp library. It is actually for share-memory archetecture. So read the manual and share-memory programming books. MPI is not related. If you want to use MPI, you can use GNU fortran and choose a MPI implementations to do the job. Again, read one MPI programming book.
  Reply With Quote

Old   April 4, 2005, 02:37
Default Re: Visual Fortran's Parallelisation Capabilities
  #3
dpshaka
Guest
 
Posts: n/a
does it mean my serial code can not used if i want a parallel computation .
  Reply With Quote

Old   April 15, 2005, 09:07
Default Re: Visual Fortran's Parallelisation Capabilities
  #4
buch
Guest
 
Posts: n/a
Hi

For sure you can use your serial code as a basis, BUT you need to implement the parrallel procedure (and instructions ...) by yourself in the source.

Among the work to do, try to find in your code the best way to split the computations. This step is crucial, and will be different from incompressible or compressible formulations, and from structured to unstructured strategies ...

Once this done, you can work hard on MPI for example, but do not miss the first step ...

Good luck

Buch
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
Visual c++ ehooi Fluent UDF and Scheme Programming 0 January 17, 2011 04:34
How to install CGNS under windows xp? lzgwhy Main CFD Forum 1 January 11, 2011 18:44
CGNS lib and Fortran compiler manaliac Main CFD Forum 2 November 29, 2010 06:25
visual fortran Monica Main CFD Forum 1 August 28, 2004 20:45


All times are GMT -4. The time now is 16:11.