The procedure below is for reference only. G94/G98 users are advised to check the web-page for the Gaussian software on HKUSP2 for the updated procedure which may be required in case there have been system modifications since the writing of this document.
#!/bin/csh #@ job_name = test123 #@ initialdir = /d12/home/cc/cmwoo/test #@ output = $(job_name).$(cluster).out #@ error = $(job_name).$(cluster).err #@ job_type = parallel #@ class = g94 # Use 1 or 2 processors depending on whether # your program is serial or parallel. #@ min_processors = 1 #@ max_processors = 2 #@ checkpoint = no #@ queue #Clear the temporary disk space on those nodes foreach node ( $LOADL_PROCESSOR_LIST ) rsh $node /usr/local/bin/cleartmp1 end #Run the paralle program and use /tmp1 as local scratch disk space. poe my_parallel_program.exe # If it is serial program, use this command instead : # ./my_serial_program.exe
Should you have any queries relating to the use of this large scratch disk space, please feel free to contact the undersigned.
Kwan Wing Keung
Tel: 2857 8631
E-mail: kwk@cc.hku.hk
Woo Chat Ming
Tel : 2857 8632
E-mail: cmwoo@cc.hku.hk