#!/bin/bash
#@ output = test.out
#@ error = test.err
#@ job_type = serial
#@ class = Mathmat
#@ environment = COPY_ALL
#@ queue
Jobid=`echo $LOADL_STEP_ID | cut -f 6 -d .`
tmpdir=$HOME/scratch/job$Jobid
mkdir -p $tmpdir; cd $tmpdir
cp -R $LOADL_STEP_INITDIR/* $tmpdir
/sware/mathematica9/Executables/math -run "<
mv ../job$Jobid $LOADL_STEP_INITDIR
In the command prompt, type the command, llsubmit math.cmd
Copyright © 2014 - All Rights Reserved - Domain Name
Template by OS Templates