-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io500_cleanup_workdir does nothing #19
Comments
I think it used to have \rm -rf in there and someone commented out because too slow. I’ll try to add the prm this weekend.
… On Oct 24, 2017, at 6:06 PM, Jay Lofstead ***@***.***> wrote:
io500_fixed.sh just says cleaning, but does nothing.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
It might be fun to do a find with an exec that you drop in the background. Imagine: thousands of rm operations all trying to run at the same time! :-)
Best,
Jay
On Oct 24, 2017, at 8:09 PM, John Bent <[email protected]<mailto:[email protected]>> wrote:
I think it used to have \rm -rf in there and someone commented out because too slow. I'll try to add the prm this weekend.
On Oct 24, 2017, at 6:06 PM, Jay Lofstead ***@***.******@***.***>> wrote:
io500_fixed.sh just says cleaning, but does nothing.
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACkeWkVBiDr7j8JqHKiBivEH1AEb4WJYks5svphugaJpZM4QFQmt>.
|
The thing about prm is I don’t know what to call it. Maybe prmrf to suggest it does rm -rf? One hard part will be getting it to do dirs too. I guess each thread can just push dirs onto a stack during traversal and unlink files synchronously. Then barrier, then everyone can rmdir by popping their stacks.
… On Oct 24, 2017, at 8:33 PM, Jay Lofstead ***@***.***> wrote:
It might be fun to do a find with an exec that you drop in the background. Imagine: thousands of rm operations all trying to run at the same time! :-)
Best,
Jay
On Oct 24, 2017, at 8:09 PM, John Bent ***@***.******@***.***>> wrote:
I think it used to have \rm -rf in there and someone commented out because too slow. I'll try to add the prm this weekend.
> On Oct 24, 2017, at 6:06 PM, Jay Lofstead ***@***.******@***.***>> wrote:
>
> io500_fixed.sh just says cleaning, but does nothing.
>
> -
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACkeWkVBiDr7j8JqHKiBivEH1AEb4WJYks5svphugaJpZM4QFQmt>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
io500_fixed.sh just says cleaning, but does nothing.
The text was updated successfully, but these errors were encountered: