Skip to content

Conversation

@garciagenrique
Copy link
Member

@garciagenrique garciagenrique commented Jan 29, 2025

Change the looping and verbosity to

   for (( i=1; i<=$len; i++ )); do

        echo '*** '"${rses[$i]}"''
        echo '*** rucio upload to '"${rses[$i]}"''

        for (( j=1; j<=$len; j++ )); do

            if [ $i != $j ]; then
                echo '*** transfer from '"${rses[$i]}"' to '"${rses[$j]}"''
            fi

        done
    done

@garciagenrique garciagenrique requested a review from Soap2G January 29, 2025 17:16
@garciagenrique garciagenrique merged commit 25fcc54 into main Jan 29, 2025
2 checks passed
@garciagenrique garciagenrique deleted the rucio_noise_debug branch January 29, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants