--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To post to this group, send email to rsgislib...@googlegroups.com.
Visit this group at https://groups.google.com/group/rsgislib-support.
For more options, visit https://groups.google.com/d/optout.
Hi Grish,It isn’t possible to use the GPU within RSGISLib. The best way to run in parallel is to have different scenes running on different cores or machines, this is the way RSGISLib has been used on a HPC. Alternatively you can split a scene into tiles and run each tile on a separate core. There are versions of some algorithms within RSGISLib which will split a scene into tiles as part of the processing.The operations you mention (extracting, stacking and band maths) are normally I/O rather than CPU limited so do you also have fast disks? If you run multiple process at once you also need to make sure the disks are fast enough to cope.Thanks,Dan
Hi all,--We are processing a huge number of Sentinel 2 images(extracting,stacking and then applying band math for implementing some algorithms using rsgislib). But it takes more than 30 minutes to process a single image on a workstation(32 GB RAM,Dual Intel Xeon processors with windows 7 professional).rsgislib is setup on A VM with RHEL 7 with 18 GB RAM allocated to it. The server is high-end one, It has NVIDIA graphics card(NVIDIA Tesla). Is it possible to use the GPU for processing images so that the speed can be increased. Also is it possible to do parallel processing with rsgislib.Thanks and RegardsGirish Kumar
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-support+unsubscribe@googlegroups.com.
To post to this group, send email to rsgislib-support@googlegroups.com.