[gem5-users] Re: Custom Output Directory

2024-02-09 Thread Thomas, Samuel via gem5-users
An inability to spell. I think everything is working fine as per the documentation. On Fri, Feb 9, 2024 at 10:32 AM James Pangia wrote: > Glad you figured it out. What error were you making in case anybody else > makes a similar mistake? > > On Fri, Feb 9, 2024 at 9:49 AM Thomas, Samuel > wrote

[gem5-users] Re: Custom Output Directory

2024-02-09 Thread James Pangia via gem5-users
Glad you figured it out. What error were you making in case anybody else makes a similar mistake? On Fri, Feb 9, 2024 at 9:49 AM Thomas, Samuel wrote: > Apologies. This was a user error! 😬 > > Thank you all for your help! > > > On Fri, Feb 9, 2024 at 9:41 AM Thomas, Samuel > wrote: > >> Which c

[gem5-users] Re: Custom Output Directory

2024-02-09 Thread Thomas, Samuel via gem5-users
Apologies. This was a user error! 😬 Thank you all for your help! On Fri, Feb 9, 2024 at 9:41 AM Thomas, Samuel wrote: > Which config file are you using, and which options is it importing? > > Best, > Sam > > On Fri, Feb 9, 2024 at 9:24 AM James Pangia wrote: > >> Can confirm that invocations

[gem5-users] Re: Custom Output Directory

2024-02-09 Thread Thomas, Samuel via gem5-users
Which config file are you using, and which options is it importing? Best, Sam On Fri, Feb 9, 2024 at 9:24 AM James Pangia wrote: > Can confirm that invocations such as `./build/X86/gem5.debug > --outdir="$some_directory" ` will work. > > My gem5 version: gem5 version 23.0.1.0 > > On Thu, Feb 8,

[gem5-users] Re: Custom Output Directory

2024-02-09 Thread James Pangia via gem5-users
Can confirm that invocations such as `./build/X86/gem5.debug --outdir="$some_directory" ` will work. My gem5 version: gem5 version 23.0.1.0 On Thu, Feb 8, 2024 at 9:32 PM Samuel Thomas via gem5-users < gem5-users@gem5.org> wrote: > This used to be true in older versions (I would use this in my o

[gem5-users] Re: Custom Output Directory

2024-02-08 Thread Samuel Thomas via gem5-users
This used to be true in older versions (I would use this in my older projects), but it seems as though the “outdir” flag is no longer in Options.py for version 23.1.0.0. Which version are you working from? > On Feb 8, 2024, at 6:56 PM, muke101 wrote: > > Hi, you need the --outdir flag and it

[gem5-users] Re: Custom Output Directory

2024-02-08 Thread muke101 via gem5-users
Hi, you need the --outdir flag and it has to come before you specify the config script (like se.py), so it's passed to the gem5 binary directly:) so: ./build/X86/gem5.fast --outdir=results configs/example/se.py Sent from Proton Mail mobile Original Message On 8 Feb 2024,