Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
otb
otb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 305
    • Issues 305
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 15
    • Merge Requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Issues
  • #2065

Closed
Open
Created Jun 18, 2020 by Julie Brossard@jbrossarDeveloper

Performance differences between RH6 and RH7

Description

Decreased performances in the OTB applications have been observed in the cluster of CNES between RH6 and RH7 : if the type of the output is not a float RH7 takes more time than RH6.

Results :

  • RH7 :
Writing output/5_UpdateSynthesis_R1.tif...: 100% [**************************************************] (4e+01 seconds)
Writing output/5_UpdateSynthesis_R2.tif...: 100% [**************************************************] (1e+01 seconds)
 
real	0m51.818s
user	3m9.529s
sys	0m9.358s 
  • RH6
Writing output/5_UpdateSynthesis_R1.tif...: 100% [**************************************************] (3e+01 seconds)
Writing output/5_UpdateSynthesis_R2.tif...: 100% [**************************************************] (1e+01 seconds)

real	0m43.846s
user	2m24.699s
sys	0m6.023s

Steps to reproduce

The application used in the example can be found here : UpdateSynthesis

./otbcli_UpdateSynthesis -inr1 4_CP_R1.tif -xml SENTINEL2A_20180418-104512-083_L2A_T32ULV_C_V2-2/SENTINEL2A_20180418-104512-083_L2A_T32ULV_C_V2-2_MTD_ALL.xml -cld 4_cld10.tif -wat 4_wat10.tif -snw 4_snw10.tif -weightl2a 4_WeightTotal.tif -outr1 4_UpdateSynthesis_R1.tif -prevproductr1 3_UpdateSynthesis_R1.tif -inr2 4_CP_R2.tif -outr2 4_UpdateSynthesis_R2.tif -prevproductr2 3_UpdateSynthesis_R2.tif -progress 1

Configuration information

OTB > 6.2

Edited Jun 18, 2020 by Julie Brossard
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None