Re: [Gems-users] How long does compiling Ruby usually take?


Date: Mon, 09 Aug 2010 11:55:56 -0500
From: Philip Garcia <pcgarcia@xxxxxxxx>
Subject: Re: [Gems-users] How long does compiling Ruby usually take?
if you're using a machine on an nfs network, make sure that the clocks are synchronized on the fileserver and the local machine.  I remember seeing issues where ruby would get stuck compiling in what seemed like an infinite loop until I realized how far off the clocks were.

Phil
On Aug 9, 2010, at 3:58 AM, wmyhome wrote:

In addition, My configuration is:
 
Host: RedHat EL5 (kernel: 2.6.18-92)
Simics: 3.0
GEMS: 2.1
Protocol: MESI_CMP_filter_directory
 
Expecting your answers. Thanks.
 
Wu Mingyu
 
 
 
----- Original Message -----
From: wmyhome
Sent: 2010-08-09, 16:42:24
Subject: How long does compiling Ruby usually take?

Hi all,
 
    I want to load ruby to do some TM work, so I compile it first. In the $GEMS/ruby, I create a .sh file like this:
 
--------------------------------------
cd ../slicc
make clean
 
cd ../ruby
make clean
 
PN=MESI_CMP_filter_directory
 
make PROTOCOL=$PN DESTINATION=$PN
---------------------------------------
    Then I sh it.
 
    Until now, it has spent more than 5 hours. But it hasn't finish.
 
    Does something wrong or it is just normal situation, Can someone tell me?
 
    
Best wishes,
 
               Wu Mingyu
  
 
 
2010-08-09
_______________________________________________
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.


[← Prev in Thread] Current Thread [Next in Thread→]