#!/usr/bin/tcsh #$ -S /usr/bin/tcsh #$ -j y # Put your own output filename here #$ -o /home/somebody/output.log # Put your own calculation name here #$ -N Testcalc #$ -m e # Author: Zygmunt Flisak # Added to Database: 31/01/05 # With this file, the input and queue system and # environment information all go together in one file. # # As an alternative to the below environment variables, # you could put # source /home/programs/ADF/adf2004/profile.csh # followed by # setenv NSCM=1 setenv ADFHOME /home/programs/ADF/adf2004/adf.01 setenv ADFBIN $ADFHOME/bin setenv ADFRESOURCES $ADFHOME/atomicdata setenv SCMLICENSE /home/programs/ADF/adf2004/licence # Number of processors goes here setenv NSCM 1 setenv SCMSPAWNSCRIPT $ADFBIN/adfs setenv SCMWISH /usr/bin/wish8.3 setenv GNUPLOT /usr/bin/gnuplot setenv PVM_ROOT /usr/lib/pvm3 setenv PVM_ARCH `$PVM_ROOT/lib/pvmgetarch` setenv SCM_TMPDIR $TMPDIR setenv SCM_USETMPDIR yes setenv OMP_NWM_THREADS=1 unlimit stacksize cd $TMPDIR $ADFBIN/adf << eor # ADF input goes here. EOR