Using and Administering

POE 2.4.0

Figure 17 is a sample job command file for POE 2.4.0.

Figure 17. POE 2.4.0 Job Command File - Multiple Tasks Per Node

#
# @ job_type = parallel
# @ environment = COPY_ALL
# @ output = poe.out
# @ error = poe.error
# @ node = 8,10
# @ tasks_per_node = 2
# @ network.LAPI = switch,shared,US
# @ network.MPI = switch,shared,US
# @ wall_clock_limit = 60
# @ executable = /usr/bin/poe
# @ arguments = /u/richc/My_POE_program -euilib "us"
# @ class = POE
# @ queue

Figure 17 shows the following:

Figure 18 is a second sample job command file for POE 2.4.0.

Figure 18. POE Sample Job Command File - Invoking POE Twice

#
# @ job_type = parallel
# @ input = poe.in.1
# @ output = poe.out.1
# @ error = poe.err
# @ node = 2,8
# @ network.MPI = switch,shared,IP
# @ wall_clock_limit = 60
# @ class = POE
# @ queue
/usr/bin/poe /u/richc/my_POE_setup_program -infolevel 2
/usr/bin/poe /u/richc/my_POE_main_program -infolevel 2

Figure 18 shows the following:


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