Search found 2 matches

by fengqiao
Fri Mar 04, 2022 2:30 am America/New_York
Forum: Home
Question: Parallel OCSSW l2gen code with OpenMP
Replies: 3

Re: Parallel OCSSW l2gen code with OpenMP

Thanks, gnwiii. Actually what i want to do is give parallelism on the l2gen code. So, another user does not need to have knowledge of parallelism, and can directly use parallel l2gen program to process data. As dshea said, to achieve parallelism, all memory conflicts must be resolved. There are two ...
by fengqiao
Sat Feb 19, 2022 2:43 am America/New_York
Forum: Home
Question: Parallel OCSSW l2gen code with OpenMP
Replies: 3

Parallel OCSSW l2gen code with OpenMP

Hello, I want parallel ocssw l2gen code with OpenMP. I build the third libs and ocssw source code following the instruction from https://seadas.gsfc.nasa.gov/build_ocssw/#building-the-code. I add OpemMP instrction code before the first for loop in $OCSSWROOT/ocssw_src/src/l2gen/main_l2gen.c file. ``...