Changeset 491


Ignore:
Timestamp:
Feb 26, 2010 9:35:33 AM (14 years ago)
Author:
maronga
Message:

minor re-adjustments for lcxt4

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r475 r491  
    112112     #                    implemented, remoted mode option -r completely
    113113     #                    removed, t3e related parts removed
     114     # 26/02/10 - BjornM- re-adjustments for lcxt4
    114115
    115116
     
    10551056          then
    10561057
    1057              print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; 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/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
    10581059
    10591060          else
     
    11921193          then
    11931194
    1194              print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; 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/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
    11951196
    11961197          else
  • palm/trunk/SCRIPTS/subjob

    r475 r491  
    113113     # 01/02/10 - Siggi - adapted for lcxt5m and lckyoto (Fujitsu HX600)
    114114     # 03/02/10 - Siggi - bug in serial jobs removed
    115 
     115     # 26/02/10 - BjornM- re-adjustments for lcxt4
    116116
    117117
     
    862862
    863863. /opt/modules/default/init/ksh
    864 module load modules/3.1.6
    865 module load PrgEnv-pgi/2.1.56HDA
    866 module load Base-opts/2.1.56HDA
    867 module load moab/5.2.5-s13570
    868 module load torque/2.3.4-snap.200809221601
     864module load modules
     865module load PrgEnv-pgi
     866module load Base-opts
     867module load moab
     868module load torque
    869869
    870870
     
    886886
    887887. /opt/modules/default/init/ksh
    888 module load modules/3.1.6
    889 module load PrgEnv-pgi/2.1.56HD
    890 module load Base-opts/2.1.56HD
    891 module load moab/5.2.5-s13441
    892 module load torque/2.3.4-snap.200809221601
     888module load modules
     889module load PrgEnv-pgi
     890module load Base-opts
     891module load moab
     892module load torque
    893893
    894894%%END%%
Note: See TracChangeset for help on using the changeset viewer.