geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
58 stars 22 forks source link

Wrong walltime for download jobs #200

Closed falkamelung closed 4 years ago

falkamelung commented 5 years ago

I have specified 8 hours walltime in the job_defaults.cfg, but it does not accept it and uses 2 hours instead.

/login3/projects/scratch/insarlab/famelung/KashgarSenAT129[1036] cat run_files/run_0_download_data_and_dem_0.job 
#! /bin/tcsh
#BSUB -J run_0_download_data_and_dem_0
#BSUB -P insarlab
#BSUB -n 1
#BSUB -R span[hosts=1]
#BSUB -o /projects/scratch/insarlab/famelung/KashgarSenAT129/run_files/run_0_download_data_and_dem_0_%J.o
#BSUB -e /projects/scratch/insarlab/famelung/KashgarSenAT129/run_files/run_0_download_data_and_dem_0_%J.e
#BSUB -q general
#BSUB -W 2:00
#BSUB -R rusage[mem=5000]
free
download_rsmas.py /nethome/famelung/insarlab/infiles/famelung/TEMPLATES/KashgarSenAT129.template
//login3/nethome/famelung/test/development/rsmas_insar/minsar[1032] cat defaults/job_defaults.cfg 
## HPC job setting

##-----------------------------  ISCE2/topsStack  ------------------------------##
# Resource usage summary:
# run_1_download_data  time: 4  hrs; max memory / swap: 5000  MB
# run_2_download_dem   time: 1  hrs; max memory / swap: 4000  MB

# run_*_unpack_slc_topo_master      time: 4  hrs; max memory / swap: 4000  MB
# run_*_average_baseline            time: 2  hrs; max memory / swap: 4000  MB
# run_*_extract_burst_overlaps      time: 2  hrs; max memory / swap: 4000  MB
# run_*_overlap_geo2rdr_resample    time: 2  hrs; max memory / swap: 4000  MB
# run_*_pairs_misreg                time: 2  hrs; max memory / swap: 4000  MB
# run_*_timeseries_misreg           time: 2  hrs; max memory / swap: 4000  MB
# run_*_geo2rdr_resample            time: 2  hrs; max memory / swap: 5000  MB
# run_*_extract_stack_valid_region  time: 1  hrs; max memory / swap: 4000  MB
# run_*_merge                       time: 1  hrs; max memory / swap: 4000  MB
# run_*_merge_burst_igram           time: 1  hrs; max memory / swap: 4000  MB
# run_*_grid_baseline               time: 1  hrs; max memory / swap: 4000  MB
# run_*_generate_igram              time: 2  hrs; max memory / swap: 4000  MB
# run_*_filter_coherence            time: 2  hrs; max memory / swap: 6000  MB
# run_*_merge_master_slave_slc      time: 1  hrs; max memory / swap: 4000  MB
# run_*_unwrap                      time: 4  hrs; max memory / swap: 4000  MB

# run_*_crop_merged_slc                          time: 2  hrs; max memory / swap: 6000  MB
# run_*_create_patch                             time: 4  hrs; max memory / swap: 4000  MB
# run_*_phase_linking                            time: 6  hrs; max memory / swap: 4000  MB
# run_*_generate_interferogram_and_coherence     time: 2  hrs; max memory / swap: 4000  MB
# run_*_corrections and velocity                 time: 4  hrs; max memory / swap: 8000  MB

[DEFAULT]
walltime = 2:00
memory = 3000
adjust = False

[download_data_and_dem]
walltime = 08:00
memory = 5000
adjust = True

[unpack_slc_topo_master]
walltime = 00:30
memory = 4000
adjust = True
falkamelung commented 5 years ago

I fixed the wrong error message issue

mirzaees commented 4 years ago

This issue has been fixed