Man Pages in lam4-dev

  1. Carta.tech
  2. Packages
  3. lam4-dev
  • 7

    Section 1: Executable programs or shell commands

    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
    mpiCC.lam.1
    Compile lam/mpi c/c++ programs.
    mpic++.lam.1
    Compile lam/mpi c/c++ programs.
    mpif77.lam.1
    Compile lam fortran programs.
  • 81

    Section 3: Library calls

    MPI_COMM_DUP_FN.3
    Built-in mpi function to simple-mindedly copy communicator attributes.
    MPI_Comm_c2f.3
    Convert a communicator handle from its c representation to its fortran representation
    MPI_Comm_f2c.3
    Convert a communicator handle from its fortran representation to its c representation
    MPI_Comm_ser_errhandler.3
    Set error handler of communicator
    MPI_Comm_set_name_lam4-dev.3
    Set a name on a communicator
    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_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_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_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_DUP_FN.3
    Built-in mpi function to simple-mindedly copy datatype attributes.
    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_f2c.3
    Convert a datatype handle from its fortran representation to its c representation
    MPI_WIN_DUP_FN.3
    Built-in mpi function to simple-mindedly copy window attributes.
    MPI_Win_c2f.3
    Convert a window handle from its c representation to its fortran representation
    MPI_Win_f2c.3
    Convert a window handle from its fortran representation to its c representation
    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.
    MPI_Accumulate.3
    Accumulates data into a window
    MPI_Alloc_mem.3
    Allocate memory for use by mpi message passing.
    MPI_Close_port.3
    Close a server port
    MPI_Comm_accept.3
    Accept a connection from another mpi process
    MPI_Comm_connect.3
    Make a connection to another mpi process
    MPI_Comm_create_errhandler.3
    Create communicator error handler
    MPI_Comm_create_keyval.3
    Create a communicator attribute key
    MPI_Comm_delete_attr.3
    Delete an attribute
    MPI_Comm_disconnect.3
    Disconnect a client and server
    MPI_Comm_free_keyval.3
    Free communicator attribute key
    MPI_Comm_get_attr.3
    Get communicator attribute value
    MPI_Comm_get_errhandler.3
    Get error handler of communicator
    MPI_Comm_get_name.3
    Get the name associated with a communicator
    MPI_Comm_get_parent.3
    Get the parent communicator of a spawned mpi rank
    MPI_Comm_join.3
    Connect two mpi processed joined by a socket
    MPI_Comm_set_attr.3
    Mpi_attr_put replacement
    MPI_Comm_spawn.3
    Spawn a dynamic mpi process
    MPI_Comm_spawn_multiple.3
    Spawn a dynamic mpi process from multiple executables
    MPI_Free_mem.3
    Free memory that was previously allocated by mpi_alloc_mem
    MPI_Get.3
    One sided data fetch
    MPI_Get_address.3
    Obtain the address of a location in caller memory
    MPI_Is_thread_main.3
    Determine if the caller is the main thread
    MPI_Lookup_name.3
    Lookup a previously published name
    MPI_Open_port.3
    Establish a server port for client mpi connections
    MPI_Publish_name.3
    Publish a service name for dynamic process control
    MPI_Put.3
    One sided data placement operation
    MPI_Query_thread.3
    Check level of thread support in mpi
    MPI_Type_create_hindexed.3
    Create extended hindexed derived datatype
    MPI_Type_create_hvector.3
    Create extended hvector derived datatype
    MPI_Type_create_keyval.3
    Create a datatype attribute key
    MPI_Type_create_struct.3
    Create extended struct derived datatype
    MPI_Type_delete_attr.3
    Delete attribue
    MPI_Type_dup.3
    Duplicate a datatype
    MPI_Type_free_keyval.3
    Free datatype attribuet key
    MPI_Type_get_attr.3
    Get datatype attribute value
    MPI_Type_get_extent.3
    Get lower bound and extent of datatype
    MPI_Type_get_name.3
    Get the name associated with a datatype
    MPI_Type_get_true_extent.3
    Get true lower bound and extent of datatype
    MPI_Type_set_attr.3
    Put value in datatype attribute
    MPI_Type_set_name.3
    Set a name on a datatype
    MPI_Win_complete.3
    Completes an rma access epoch
    MPI_Win_create.3
    Specifies an window accessible by remote processes
    MPI_Win_create_errhandler.3
    Creates a window error handler
    MPI_Win_create_keyval.3
    Create a window attribute key
    MPI_Win_delete_attr.3
    Delete an attribute
    MPI_Win_fence.3
    Synchronizes one-sided communications on a window
    MPI_Win_free.3
    Frees a window object
    MPI_Win_free_keyval.3
    Free window attribute key
    MPI_Win_get_attr.3
    Get window attribute value
    MPI_Win_get_errhandler.3
    Get an errorhandler for a window
    MPI_Win_get_group.3
    Returns a duplicate of the group of a window
    MPI_Win_get_name.3
    Get the name associated with a window
    MPI_Win_post.3
    Starts an rma exposure epoch for a local window
    MPI_Win_set_attr.3
    Set attribute on a window
    MPI_Win_set_errhandler.3
    Sets a window error handler
    MPI_Win_set_name.3
    Set a name on a window
    MPI_Win_start.3
    Starts an rma access epoch
    MPI_Win_wait.3
    Completes an rma exposure epoch