Ignore:
Timestamp:
Mar 5, 2009 4:22:39 AM (16 years ago)
Author:
raasch
Message:

small adjustments for NEC at RIAM; bugfix concerning output of particle timeseries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r251 r253  
    372372                 esac;;
    373373        (necriam) case  $ndq  in
    374                      (SS|P6|X)  error=false;;
     374                     (SP|SS|P6)  error=false;;
    375375                     (*)    error=true;;
    376376                 esac;;
     
    817817#PBS -b $nodes
    818818#PBS -o $remote_dayfile
    819 #PBS -N palm
     819#PBS -N $job_name
    820820#PBS -j o
    821821#PBS -v MPIPROGINV=YES
     
    829829#PBS -q ${queue}
    830830#PBS -o $remote_dayfile
    831 #PBS -N palm
     831#PBS -N $job_name
    832832#PBS -j o
    833833#PBS -v MPIPROGINV=YES
     
    899899       elif [[ $remote_host = necriam ]]
    900900       then
    901           return_queue=SS
     901          return_queue=SP
    902902       else
    903903          return_queue=unknown
Note: See TracChangeset for help on using the changeset viewer.