Improved disk I/O requested

Darrell
Darrell
Joined: 3 Apr 05
Posts: 12
Credit: 400707500
RAC: 312054
Topic 195236

I noticed a terrible slow-down on my P-4 3.0Ghz 1GB computer and traced it to two instances of Einstein executables named einstein_S5GC1_3.02_windows_intelx86__S5GCESSE2.exe which were doing I/O to a hard disk. The total space used in the Einstein folder is 617MB, all of which could be read in about 160,000 reads of 4K bytes each. The actual I/O count when they went into "crunch" mode is about 12,700,000.

Please re-visit the algorithms being used and reduce this access to a reasonable number of I/Os.

Alternatively, don't send more than ONE of these types of WUs to any one computer at a time. (One plays somewhat nicely; two fight with each other for the I/O.)

Thanks in advance.

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4288
Credit: 245726310
RAC: 10511

Improved disk I/O requested

Thanks for the hint. I'll look into the reading routine when I find some time to work on the app code again.

BM

BM

Artonibus Rex
Artonibus Rex
Joined: 13 Aug 10
Posts: 31
Credit: 4210841
RAC: 0

Yes I concur with what looks

Message 98973 in response to message 98972

Yes I concur with what looks like excessive writes and this is even with lots of free physical memory available. Mind you this does give me a reason to buy an SSD for 'experimental' reasons.

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4288
Credit: 245726310
RAC: 10511

RE: Yes I concur with what

Message 98974 in response to message 98973

Quote:
Yes I concur with what looks like excessive writes and this is even with lots of free physical memory available.

AFAIU Darrell was talking about the reading of the data at App start, before the actual computation begins.

If you see 'excessive writes' during computation, the only reason for this could be checkpointing. Try reducing the "write to disk at most every xxx seconds" setting in your computation preferences.

BM

BM

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4288
Credit: 245726310
RAC: 10511

I'd be interested to know if

I'd be interested to know if the new generation of S5GC1HF Apps brought some improvement regarding app startup / reading data for you. Please report at this thread.

BM

BM

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.