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"
- 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.
- To run the program, refer to the section "Running
applications" in Blue Gene/L: Application Development.