Re: [Gems-users] Multiple workspaces from one codespace


Date: Wed, 9 Jul 2008 16:08:55 -0400
From: "Nauman Rafique" <naumanr@xxxxxxxxx>
Subject: Re: [Gems-users] Multiple workspaces from one codespace
It seems that ruby Makefile does not copy ruby.so into different home directories for simics-3.x (it does that for simics-2.x). So at the end of ruby compile, ruby.so is only in workspace/$(HOST_TYPE)/lib/ (and not in workspace/home/($DESTINATION)). Can we still use different configurations concurrently? Please let me know what I am missing.

It seems that preparing each workspace/home/($DESTINATION) directory as a workspace and copying the module there should do the trick.

--
Nauman

On Mon, Oct 22, 2007 at 6:23 PM, Dan Gibson <degibson@xxxxxxxx> wrote:
Hi Joe,
I'm not entirely sure what you mean by 'single workspace'. You can
specify different DESTINATION options to both Ruby and Opal, which will
compile the modules into different simics/home/ directories to allow you
to use multiple different configurations concurrently. Is this what
you're after, or have I missed the point?

Regards,
Dan

Joseph Greathouse wrote:
> Hi there,
>
> One of my lab partners and I are working with GEMS 1.3.1, and we would
> like to run things on two different systems.  We would like to work
> with one codebase and simply have different workspace directories.
>
> We've run into the problem that we must set a single workspace
> directory during the compilation process.
>
> Is there a quick way around this in GEMS, or is our best bet to make
> two completely different directories, source and all, and just keep our
> code changes up to date between the two?
>
> Thanks!
> Joe Greathouse
> _______________________________________________
> 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!

_______________________________________________
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→]
  • Re: [Gems-users] Multiple workspaces from one codespace, Nauman Rafique <=