Issues.00154 - lordmundi/wikidoctest GitHub Wiki
00154: conversion of .csh files to doug config files
Summary: conversion of .csh files to doug config files
Created: 2009–05–15 14:57
Status: Released
Category: Request
From: frankie
Version: 2.0
Released_In: 2.1
Description:
it would be better if doug env variables were set up in a DEFINES block so that platforms without csh or bash don't have any issues. Also, sessions mgmt may be easier since DOUG will not have to have environment defined before initialization.
Comments
frankie December 07, 2009, at 11:31 AM: Since many people need backwards compatibility here, a script to help with this will likely be called "run_graphics.compat". See issue 00206 for that.
frankie January 20, 2010, at 09:33 AM: I've decided to put the sourcing of the user_env.csh file back into the default run scripts. This will help with backwards compatibility of userdata and also give the user a place to put some settings that must be done via environment variables before execution, such as NVIDIA driver env variables. Other than that, all changes to settings should be done in the DEFINES block of the user.cfg to help with cross platform compatibility.
Associated Commits
| commit | eb00b9ac45af18e8eb7ba09e1866bfad3b763ba4
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Dec 18 15:07:15 2009 -0600
|
| Message: | [@Issue 00154: Updaed user.cfg to have defaults from user_env.csh
Also added a note to show that the user_env.csh file has been deprecated. @] |
Affected Files:
userdata/user.cfg | 15 +++++++++++++++
userdata/user_env.csh | 16 +±-------------
2 files changed, 17 insertions(+), 14 deletions(-)
| commit | 1b77b4cb4a8da0d8099de8399f01140e3133d517
link7 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Oct 22 16:38:48 2009 -0500
|
| Message: | [@Issue 00154: More commits to fix bugs and printouts
@] |
Affected Files:
.doug_blank_cshrc | 90 -----------------------------
.doug_cshrc | 166 -----------------------------------------------------
edge_settings.cfg | 2 -
run_blank_graphics | 2 ±
run_client | 2 ±
run_standalone | 2 ±
6 files changed, 3 insertions(+), 261 deletions(-)
| commit | 98b2744ebcfe59b08ed162341c2c379badf118d4
link8 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Oct 22 12:11:15 2009 -0500
|
| Message: | [@Issue 00154: Update run_manager script
Updated for the config file conversion. @] |
Affected Files:
run_manager | 44 +++++++++++++++++++++++++++++++++++++±-----
1 file changed, 38 insertions(+), 6 deletions(-)
| commit | f96f00588d0f24c43422e7bb9d7954e48952ae89
link9 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Oct 21 13:36:42 2009 -0500
|
| Message: | [@Issue 00154: Initial commmit of config file conversion
As per the issue description, we are trying to get away from a huge slew of environment variables and move to the defines in the DOUG config files, which should make porting to operating systems such as windows easier. This commit does not fix the benchmark utility. @] |
Affected Files:
blank.cfg | 83 +++++++++++++++±------------------
cev.cfg | 89 ++++++++++++±------------------------
edge_settings.cfg | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++
run_blank_graphics | 36 ++++++++++++±--
run_client | 36 ++++++++++++±--
run_standalone | 36 ++++++++++++±--
6 files changed, 280 insertions(+), 124 deletions(-)