#!/bin/bash ### Set the job name #PBS -N VBMReport ### Request email when job begins and ends #PBS -m bea ### Specify email address to use for notification. #PBS -M ariosto.silva@moffitt.org ### Specify the PI group found with va command #PBS -W group_list=research ### Set the queue to submit this job. #PBS -q default ### Set the number of cpus that will be used. #PBS -l ncpus=1 ### Specify up to a maximum of 1600 hours total cpu time for the job #PBS -l cput=16:0:0 ### Specify up to a maximum of 240 hours walltime for the job #PBS -l walltime=2:0:0 date /usr/bin/time /home/silvaa/jrmc-3.1.2-1.6.0/bin/java -Xms3840m -Xmx3840m -XXaggressive -XXthroughputCompaction -XXlazyUnlocking -XXtlasize512k -XXgcthreads2 -XXoptthreads2 -cp /home/silvaa/VBM/VBMv2.jar com.igenics.helper.CreateReportVBMMultipleSteps /home/silvaa/VBM/d0_S5_Step_0.zip 144 date