Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpi_info_c2f(3) [debian man page]

MPI_Info_c2f(3) 						      LAM/MPI							   MPI_Info_c2f(3)

NAME
MPI_Info_c2f - Convert an info handle from its C representation to its Fortran representation SYNOPSIS
#include <mpi.h> MPI_Fint MPI_Info_c2f(MPI_Info info) INPUT PARAMETER
info - C info handle RETURN VALUE
f_handle - Fortran info handle NOTES FOR FORTRAN
All MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have an additional argument ierr at the end of the argument list. ierr is an integer and has the same meaning as the return value of the routine in C. In Fortran, MPI routines are subroutines, and are invoked with the call statement. All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in Fortran. ERRORS
This function does not return the normal MPI_SUCCESS integer value upon success. Instead, it returns a handle to the converted object. If an error occurs, the appropriate NULL handle will be returned. SEE ALSO
MPI_Info_c2f(3) MORE INFORMATION
For more information, please see the official MPI Forum web site, which contains the text of both the MPI-1 and MPI-2 standards. These documents contain detailed information about each MPI function (most of which is not duplicated in these man pages). http://www.mpi-forum.org/ LOCATION
handles.c LAM
/MPI 7.1.4 6/24/2006 MPI_Info_c2f(3)

Check Out this Related Man Page

MPI_Info_f2c(3) 						      LAM/MPI							   MPI_Info_f2c(3)

NAME
MPI_Info_f2c - Convert a info handle from its Fortran representation to its C representation SYNOPSIS
#include <mpi.h> MPI_Info MPI_Info_f2c(MPI_Fint f_handle) INPUT PARAMETER
f_handle - Fortran info handle RETURN VALUE
info - C info handle NOTES FOR FORTRAN
All MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have an additional argument ierr at the end of the argument list. ierr is an integer and has the same meaning as the return value of the routine in C. In Fortran, MPI routines are subroutines, and are invoked with the call statement. All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in Fortran. ERRORS
This function does not return the normal MPI_SUCCESS integer value upon success. Instead, it returns a handle to the converted object. If an error occurs, the appropriate NULL handle will be returned. SEE ALSO
MPI_Info_c2f(3) MORE INFORMATION
For more information, please see the official MPI Forum web site, which contains the text of both the MPI-1 and MPI-2 standards. These documents contain detailed information about each MPI function (most of which is not duplicated in these man pages). http://www.mpi-forum.org/ LOCATION
handles.c LAM
/MPI 7.1.4 6/24/2006 MPI_Info_f2c(3)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

will I be able to do it ?

Hello, I read some of the messages(by neo and PTx) in your forum.I was looking for info on how to get started,and now I feel like this is more than I can handle. Its not because I dont have the will to read and learn,but I dont know if I have the environment that will help me learn stuff at... (4 Replies)
Discussion started by: ssosw
4 Replies

2. Solaris

where can i download unix mpi ?

where can i download unix mpi? I have a sun workstation with solaris2.8 system and 8 cpus. I want to run parallel program but have no mpi software. Some people say there is unix mpi but i can not find it.Who can help me?Thanks.<removed> is my email. (2 Replies)
Discussion started by: jingwp
2 Replies

3. Linux

Fortran 90 compiler

Hi everybody: Could anybody help me where could I download Fortran 90 complier? Thanks in advance. :) (2 Replies)
Discussion started by: tonet
2 Replies

4. Programming

Litter question!

Though in the unix environment,but I don't know how to use Fortran! Please tell me! vi *.f fct *.f How to make it become a exe file! Thanks! (2 Replies)
Discussion started by: dingyin
2 Replies

5. Shell Programming and Scripting

I need help in creating my first web site?

I have always wanted to create my own site, I've only had one class about the basics in creating web pages but know i would like to get into more and more detailed info about doing so anyone with alot of experience please help me out.:b: (0 Replies)
Discussion started by: kprescod4158
0 Replies

6. Programming

Fortran dependency checking

Hello, I'm creating an add-on for a large piece of software written in Fortran. In my directory I reference subroutines in other directories, which in turn reference more subroutines. I'm running into trouble because on occasion the developers of the main software change some sub calls. ... (2 Replies)
Discussion started by: kudude
2 Replies

7. Linux

Fortran compile issue

I was given this program to work with and it was supposed to be simple for someone like me who knows nothing of Fortran or Unix. It comes with a makefile, so all I have to do is use the make command, then type ./blub to execute the program. A list of data should then appear in the fort.51 file. The... (1 Reply)
Discussion started by: Arjani
1 Replies

8. What is on Your Mind?

CDAC India

/** Due to forum rules i have remove URLs plz find the course syllabus at CDAC web site **/ Respected Forum Members, I am a average student, B.tch. pass out 2012 batch in information and technology, but still jobless. To increase my knowledge, and job chances i am planing to do Post... (4 Replies)
Discussion started by: Vijay Tyagi
4 Replies

9. Web Development

Your suggestion on Forum software installation

Hi all ! I will be very happy if I can get your valuable response, regarding forum software installation. Let me come to topic, In our institute we have planned to launch forum, which will be used by students and scientists, within intranet., I just gone through MyBB, PHPBB3 and fluxBB, which... (3 Replies)
Discussion started by: Akshay Hegde
3 Replies

10. What is on Your Mind?

Status of UNIX.COM Forum Transformation

Having spent a lot of time over the past year taking a legacy vBulletin site (this forum) and making the site responsive on mobile; I've happy with the results; but it will soon be time to move on. Basically, at our core, we are a LAMP (Linux, Apache2, MySQL and PHP) site, and vBulletin was... (6 Replies)
Discussion started by: Neo
6 Replies