Using and Administering

PVM 3.3 (Non-SP)

Figure 19 shows a sample job command file for PVM 3.3 (RS6K architecture). Before using PVM, users should contact their administrator to determine which PVM architecture has been installed.

Figure 19. Sample PVM 3.3 Job Command File

# @ executable    = my_PVM_program
# @ job_type      = pvm3
# @ parallel_path = /home/LL_userid/cmds/pvm3/$PVM_ARCH:$PVM_ROOT/lib/$PVM_ARCH
# @ class         = PVM3
# @ requirements  = (Pool == 4)
# @ output = my_PVM_program.$(cluster).$(process).out
# @ error  = my_PVM_program.$(cluster).$(process).err
# @ min_processors = 8
# @ max_processors = 10
# @ queue

Note the following requirements for PVM 3.3 (RS6K architecture) jobs:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]