Changeset 520 for BAORadio/AmasNancay


Ignore:
Timestamp:
Sep 22, 2011, 10:28:42 AM (13 years ago)
Author:
campagne
Message:

tune BATCH parameters (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/proc_script.sh

    r519 r520  
    392392#Guess formula to reserved the amount of space needed in scratch
    393393    scratchSize=`expr ${nFiles} \* 500 + ${nSpectra} \* 200 / 1000 + 5`
    394 # 25sec/signal_file * empirical_conversion_factor (=50)
    395     cpu=`expr ${nFiles} \* 25 \* 50`
     394# 30sec/signal_file * empirical_conversion_factor (=50)
     395    cpu=`expr ${nFiles} \* 30 \* 50`
    396396#Virtual Memory (MB) Nb: at CCIN2P3 the reasonable max is 1GB
    397397    virtualmem=1000
Note: See TracChangeset for help on using the changeset viewer.