# blacs_prb.cmd # # Discussion: # # This is a LoadLeveler command file. # # It is intended to compile and load the "blacs_prb.f90" file, # and run it on 4 MPI processes. # # Modified: # # 19 November 2003 # # Author: # # John Burkardt # #@ comment = Compile, load and run an F90 code under MPI # #@ job_name = blacs_prb #@ class = short #@ wall_clock_limit = 100 #@ error = blacs_prb.errlog #@ output = blacs_prb.outlog # #@ job_type = parallel #@ node = 1 #@ tasks_per_node = 4 #@ node_usage = shared #@ network.mpi = css0,shared,US # # (on ECLIPSE/SP4, use "csss" instead of "css0") # #@ queue # # The IBM Fortran90 compiler expects an extension of ".f"! # cp blacs_prb.f90 blacs_prb.f mpxlf90_r blacs_prb.f -lblacs rm blacs_prb.f mv a.out blacs_prb blacs_prb > blacs_prb.out if ( $status == 0 ) then rm blacs_prb endif