Re: [Gems-users] Physical memory read raised exception


Date: Tue, 30 Mar 2010 06:40:34 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Physical memory read raised exception
In that case, it could be that the error is thrown from some other location -- unfortunately there are many places in Opal that access SIM_* functions.
Try grep'ping around for SIM_read_phys_mem(). Guard each call to this function with the code I gave you for hfa_checkerr().

Regards,
Dan

2010/3/29 Liu, Mingliang <mingliang.liu@xxxxxxxxx>
Hi Dan,
 
I forget to mention that I have replaced the function void hfa_checkerr() code with yours, which cleared and ignored the exception. Then I re-made the opal module and run as the previous email I posted.
 
However, the opal crashed as before and the output was the same.
 
Any hints? Thank you !
From: gems-users-bounces@xxxxxxxxxxx [mailto:gems-users-bounces@xxxxxxxxxxx] On Behalf Of Dan Gibson
Sent: 2010325 21:07
To: Gems Users
Subject: Re: [Gems-users] Physical memory read raised exception
 
Try adding the code I suggested. That is a 'more aggressive' way of ignoring the problem.
 
 

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.





--
http://www.cs.wisc.edu/~gibson [esc]:wq!
[← Prev in Thread] Current Thread [Next in Thread→]