Lam4-Dev
- hcc(1) Compile LAM/MPI C/C++ programs.
- hcp(1) Compile LAM/MPI C/C++ programs.
- hf77(1) Compile LAM FORTRAN programs.
- introu(1) introduction to LAM user interface commands
- MPI_Accumulate(3) Accumulate data into the target process using remote memory access
- MPI_Alloc_mem(3) Allocate memory for message passing and RMA
- MPI_Close_port(3) close port
- MPI_Comm_accept(3) Accept a request to form a new intercommunicator
- MPI_Comm_c2f(3) Convert a communicator handle from its C representation to its Fortran representation
- MPI_Comm_connect(3) Make a request to form a new intercommunicator
- MPI_Comm_create_errhandler(3) Create a communicator error handler
- MPI_Comm_create_keyval(3) Create a new attribute key
- MPI_Comm_delete_attr(3) Deletes an attribute value associated with a key on a communicator
- MPI_Comm_disconnect(3) Disconnect from a communicator
- MPI_COMM_DUP_FN(3) Built-in MPI function to simple-mindedly copy communicator attributes.
- MPI_Comm_f2c(3) Convert a communicator handle from its Fortran representation to its C representation
- MPI_Comm_free_keyval(3) Frees an attribute key for communicators
- MPI_Comm_get_attr(3) Retrieves attribute value by key
- MPI_Comm_get_errhandler(3) Get the error handler attached to a communicator
- MPI_Comm_get_name(3) Return the print name from the communicator
- MPI_Comm_get_parent(3) Return the parent communicator for this process
- MPI_Comm_join(3) Create a communicator by joining two processes connected by a socket
- MPI_Comm_ser_errhandler(3) Set error handler of communicator
- MPI_Comm_set_attr(3) Stores attribute value associated with a key
- MPI_Comm_set_name_lam4-dev(3) Set a name on a communicator
- MPI_Comm_spawn_multiple(3) Spawn up multiple MPI applications
- MPI_Comm_spawn(3) Spawn up to maxprocs instances of a single MPI application
- MPI_Errhandler_c2f(3) Convert an error handler from its C representation to its Fortran representation
- MPI_Errhandler_f2c(3) Convert a error handler from its Fortran representation to its C representation
- MPI_Free_mem(3) Free memory allocated with MPI_Alloc_mem
- MPI_Get_address(3) Get the address of a location in memory
- MPI_Get(3) Get data from a memory window on a remote process
- MPI_Group_c2f(3) Convert a group handle from its C representation to its Fortran representation
- MPI_Group_f2c(3) Convert a group handle from its Fortran representation to its C representation
- MPI_Is_thread_main(3) Returns a flag indicating whether this thread called
- MPI_Lookup_name(3) Lookup a port given a service name
- MPI_Op_c2f(3) Convert an op handle from its C representation to its Fortran representation
- MPI_Op_f2c(3) Convert an op handler from its Fortran representation to its C representation
- MPI_Open_port(3) Establish an address that can be used to establish connections between groups of MPI processes
- MPI_Publish_name(3) Publish a service name for use with MPI_Comm_connect
- MPI_Put(3) Put data into a memory window on a remote process
- MPI_Query_thread(3) Return the level of thread support provided by the MPI library
- MPI_Request_f2c(3) Convert a request handle from its Fortran representation to its C representation
- MPI_Status_f2c(3) Convert a status from its Fortran representation to its C representation
- MPI_Type_c2f(3) Convert a datatype handle from its C representation to its Fortran representation
- MPI_Type_create_extent(3) Create a resized datatype
- MPI_Type_create_hindexed(3) Create a datatype for an indexed datatype with displacements in bytes
- MPI_Type_create_hvector(3) Create a datatype with a constant stride given in bytes
- MPI_Type_create_keyval(3) Create an attribute keyval for MPI datatypes
- MPI_Type_create_struct(3) Create an MPI datatype from a general set of datatypes, displacements, and block sizes
- MPI_Type_delete_attr(3) Deletes an attribute value associated with a key on a datatype
- MPI_TYPE_DUP_FN(3) Built-in MPI function to simple-mindedly copy datatype attributes.
- MPI_Type_dup(3) Duplicate a datatype
- MPI_Type_f2c(3) Convert a datatype handle from its Fortran representation to its C representation
- MPI_Type_free_keyval(3) Frees an attribute key for datatypes
- MPI_Type_get_attr(3) Retrieves attribute value by key
- MPI_Type_get_extent(3) Get the lower bound and extent for a Datatype
- MPI_Type_get_name(3) Get the print name for a datatype
- MPI_Type_get_true_extent(3) Get the true lower bound and extent for a datatype
- MPI_Type_set_attr(3) Stores attribute value associated with a key
- MPI_Type_set_name(3) set datatype name
- MPI_Win_c2f(3) Convert a window handle from its C representation to its Fortran representation
- MPI_Win_complete(3) Completes an RMA operations begun after an MPI_Win_start
- MPI_Win_create_errhandler(3) Create an error handler for use with MPI window
- MPI_Win_create_keyval(3) Create an attribute keyval for MPI window objects
- MPI_Win_create(3) Create an MPI Window object for one-sided communication
- MPI_Win_delete_attr(3) Deletes an attribute value associated with a key on a window
- MPI_WIN_DUP_FN(3) Built-in MPI function to simple-mindedly copy window attributes.
- MPI_Win_f2c(3) Convert a window handle from its Fortran representation to its C representation
- MPI_Win_fence(3) Perform an MPI fence synchronization on a MPI window
- MPI_Win_free_keyval(3) Frees an attribute key for MPI RMA windows
- MPI_Win_free(3) Free an MPI RMA window
- MPI_Win_get_attr(3) Get attribute cached on an MPI window object
- MPI_Win_get_errhandler(3) Get the error handler for the MPI RMA window
- MPI_Win_get_group(3) Get the MPI Group of the window object
- MPI_Win_get_name(3) Get the print name associated with the MPI RMA window
- MPI_Win_post(3) Start an RMA exposure epoch
- MPI_Win_set_attr(3) Stores attribute value associated with a key
- MPI_Win_set_errhandler(3) Set window error handler
- MPI_Win_set_name(3) Set the print name for an MPI RMA window
- MPI_Win_start(3) Start an RMA access epoch for MPI
- MPI_Win_wait(3) Completes an RMA exposure epoch begun with MPI_Win_post
- mpic++.lam(1) Compile LAM/MPI C/C++ programs.
- mpiCC.lam(1) Compile LAM/MPI C/C++ programs.
- mpif77.lam(1) Compile LAM FORTRAN programs.
- XMPI_Buoy(3) LAM/MPI-specific function to drop a buoy in the XMPI trace stream.
- XMPI_Coloroff(3) LAM/MPI-specific function to disable a color in the XMPI trace stream.
- XMPI_Coloron(3) LAM/MPI-specific function to enable a color in the XMPI trace stream.