Ignore:
Timestamp:
Feb 26, 2010 1:28:22 PM (14 years ago)
Author:
maronga
Message:

bugfix in the UTIL Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r491 r492  
    113113     # 01/02/10 - Siggi - adapted for lcxt5m and lckyoto (Fujitsu HX600)
    114114     # 03/02/10 - Siggi - bug in serial jobs removed
    115      # 26/02/10 - BjornM- re-adjustments for lcxt4
     115     # 26/02/10 - BjornM- re-adjustments for lcxt4 (new modules, email
     116     #                    notification)
    116117
    117118
     
    716717#PBS -l pmem=${memory}mb
    717718#PBS -m abe
    718 #PBS -M maronga@muk.uni-hannover.de
    719719#PBS -o $remote_dayfile
    720720#PBS -j oe
     
    732732#PBS -l pmem=${memory}mb
    733733#PBS -m abe
    734 #PBS -M maronga@muk.uni-hannover.de
    735734#PBS -o $remote_dayfile
    736735#PBS -j oe
     
    858857#PBS -l mppnppn=${tasks_per_node}
    859858#PBS -m abe
    860 #PBS -M maronga@muk.uni-hannover.de
    861 #PBS -o $remote_dayfile
     859#PBS -o $remote_dayfile
     860$email_directive
    862861
    863862. /opt/modules/default/init/ksh
     
    867866module load moab
    868867module load torque
    869 
     868module load pmi
    870869
    871870%%END%%
     
    882881#PBS -l pmem=${memory}mb
    883882#PBS -m abe
    884 #PBS -M maronga@muk.uni-hannover.de
     883$email_directive
    885884#PBS -o $remote_dayfile
    886885
     
    891890module load moab
    892891module load torque
     892module load pmi
    893893
    894894%%END%%
Note: See TracChangeset for help on using the changeset viewer.