# essl_prb_eclipse.ll # # Discussion: # # This is a LoadLeveler command file. # # It is intended to compile and load the "essl_prb.f" file. # # Modified: # # 02 August 2005 # # Author: # # John Burkardt # #@ job_name = essl_prb #@ class = small #@ wall_clock_limit = 100 #@ error = essl_prb.errlog #@ output = essl_prb.outlog # #@ job_type = serial #@ node_usage = shared # #@ queue # # Compile the program, and link it with ESSL. # xlf90 essl_prb.f -lessl # # Rename the program # mv a.out essl_prb # # Run the program. # essl_prb > essl_prb_eclipse.out # # Delete the program. # rm essl_prb