Testing the installation

To test the product installation and the critical search paths, build and run a sample application.

Basic example: Creating and running "Hello World"

  1. Create the following Fortran program and name the source file hello.f:
          PRINT *, "Hello World!"
          END
    Note:
    Each line must have six blank spaces before the first text character.
  2. To run the program, refer to the section "Running applications" in Blue Gene/L: Application Development.