#!/bin/bash # @ job_name = compute_pi # @ error = $(job_name).$(jobid).out # @ output = $(job_name).$(jobid).out # @ wall_clock_limit = 00:30:00 # @ notification = always # @ notify_user = mcestaricineca@gmail.com # @ job_type = bluegene # @ bg_size = 64 # @ bg_connection = TORUS # @ account_no = cinstaff # @ queue # # Run the program in Virtual Node Mode on the Blue Gene/P: # module load numpy module load mpi4py mpirun -mode SMP -np 64 -cwd $PWD -env PYTHONPATH=$PYTHONPATH /bgsys/drivers/ppcfloor/gnu-linux/bin/python cpi.py