Changeset 492 for palm/trunk


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

bugfix in the UTIL Makefile

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r491 r492  
    112112     #                    implemented, remoted mode option -r completely
    113113     #                    removed, t3e related parts removed
    114      # 26/02/10 - BjornM- re-adjustments for lcxt4
     114     # 26/02/10 - BjornM- re-adjustments for lcxt4 (new modules)
    115115
    116116
     
    10561056          then
    10571057
    1058              print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pmi; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1058             print ". /opt/modules/default/init/ksh; module load Base-opts; module load modules; module load pmi; module load pgi; module load PrgEnv-pgi; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    10591059
    10601060          else
     
    11931193          then
    11941194
    1195              print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pmi; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1195             print ". /opt/modules/default/init/ksh; module load Base-opts; module load modules; module load pmi; module load pgi; module load PrgEnv-pgi; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    11961196
    11971197          else
  • 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%%
  • palm/trunk/UTIL/Makefile

    r480 r492  
    44# -----------------
    55# compare_palm_logs added
    6 #
     6# added PROG3 in 'all:' statement (line 39, bugfix)
    77#
    88# Former revisions:
     
    3737
    3838
    39 all: $(PROG1) $(PROG2)
     39all: $(PROG1) $(PROG2) $(PROG3)
    4040
    4141$(PROG1): $(OBJS1)
Note: See TracChangeset for help on using the changeset viewer.