diff options
Diffstat (limited to 'cad/astk-serveur/files/patch-conf::config')
-rw-r--r-- | cad/astk-serveur/files/patch-conf::config | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/cad/astk-serveur/files/patch-conf::config b/cad/astk-serveur/files/patch-conf::config index 0099bceb5313..3fcd2244afff 100644 --- a/cad/astk-serveur/files/patch-conf::config +++ b/cad/astk-serveur/files/patch-conf::config @@ -1,64 +1,64 @@ ---- conf/config.orig Fri Sep 5 16:48:15 2003 -+++ conf/config Fri Nov 14 22:08:22 2003 -@@ -60,39 +60,43 @@ +--- conf/config.orig Fri Jan 7 09:10:16 2005 ++++ conf/config Sun Jan 9 22:15:57 2005 +@@ -68,6 +68,7 @@ # for each version a config.VVV file must be created. # DO NOT EDIT FOLLOWING LINE ! - #vers : VVV -+vers : %%vaster%% + #?vers : VVV? ++vers : ?vaster? - ################################################################# - # batch commands --batch_nom : LSF -+#batch_nom : LSF - # initialisation (shell script, sh/ksh syntax) --batch_ini : /usr/opt/lsf/conf/profile.lsf -+#batch_ini : /usr/opt/lsf/conf/profile.lsf - # submission --batch_sub : /usr/opt/lsf/4.2/alpha5/bin/bsub -+#batch_sub : /usr/opt/lsf/4.2/alpha5/bin/bsub - # variable of the job number --batch_jid : LSB_JOBID -+#batch_jid : LSB_JOBID - # to display information about jobs --batch_job : /usr/opt/lsf/4.2/alpha5/bin/bjobs -+#batch_job : /usr/opt/lsf/4.2/alpha5/bin/bjobs - # to delete jobs --batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill -+#batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill + #------------------------------------------------------------------------------- + # ----- batch/interactive configuration +@@ -106,12 +107,12 @@ + # batch_job : to display information about jobs + # batch_kil : to delete jobs + # --- Sun Grid Engine example +-batch_nom : SunGE +-batch_ini : /opt/SunGE6.0/default/common/settings.sh +-batch_sub : /opt/SunGE6.0/bin/lx24-x86/qsub +-batch_jid : JOB_ID +-batch_job : /opt/SunGE6.0/bin/lx24-x86/qstat +-batch_kil : /opt/SunGE6.0/bin/lx24-x86/qdel ++#batch_nom : SunGE ++#batch_ini : /opt/SunGE6.0/default/common/settings.sh ++#batch_sub : /opt/SunGE6.0/bin/lx24-x86/qsub ++#batch_jid : JOB_ID ++#batch_job : /opt/SunGE6.0/bin/lx24-x86/qstat ++#batch_kil : /opt/SunGE6.0/bin/lx24-x86/qdel - # PBS example (experimental) + # --- LSF example + #batch_nom : LSF +@@ -122,18 +123,21 @@ + #batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill + + # --- PBS example -#batch_nom : PBS +batch_nom : PBS - # initialisation #batch_ini : - # submission -#batch_sub : /local/openpbs-2.3.16/bin/qsub -+#batch_sub : LOCALBASE/bin/qsub - # variable of the job number - #batch_jid : PBS_JOBID - # to display information about jobs +-#batch_jid : PBS_JOBID -#batch_job : /local/openpbs-2.3.16/bin/qstat -+#batch_job : LOCALBASE/bin/qstat - # to delete jobs -#batch_kil : /local/openpbs-2.3.16/bin/qdel -+#batch_kil : LOCALBASE/bin/qdel ++batch_sub : LOCALBASE/bin/qsub ++batch_jid : PBS_JOBID ++batch_job : LOCALBASE/bin/qstat ++batch_kil : LOCALBASE/bin/qdel - ################################################################# + #------------------------------------------------------------------------------- # ps commands : uncomment lines corresponding to your platform # LINUX : - #P_LINUXps_cpu : /bin/ps -e --width=512 -ocputime -ocommand - #P_LINUXps_pid : /bin/ps -e --width=512 -opid -ocommand + #?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand + #?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand +# FREEBSD : -+#%%v_ifdef%%ps_cpu : /bin/ps -e -ocpu,command -+#%%v_ifdef%%ps_pid : /bin/ps -e -opid,command ++ps_cpu : /bin/ps -e -ocpu,command ++ps_pid : /bin/ps -e -opid,command # TRU64 : - #TRU64ps_cpu : /bin/ps -e -ocputime -ocommand - #TRU64ps_pid : /bin/ps -e -opid -ocommand -@@ -116,6 +120,7 @@ + #?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand + #?TRU64?ps_pid : /bin/ps -e -opid -ocommand +@@ -157,6 +161,7 @@ # GDB : - #P_LINUXcmd_post : gdb --dbx --command=@D @E @C - #P_LINUXcmd_dbg : ddd --debugger gdb --command=@D @E @C -+#%%v_ifdef%%cmd_dbg : gdb --dbx --command=@D @E @C + #?P_LINUX?cmd_post : gdb -batch --command=@D @E @C + #?P_LINUX?cmd_dbg : ddd --debugger gdb --command=@D @E @C ++cmd_dbg : gdb --dbx --command=@D @E @C # DBX -c + filename : - #TRU64cmd_post : dbx -c @D @E @C - #TRU64cmd_dbg : dbx -c @D @E @C + #?TRU64?cmd_post : dbx -c @D @E @C + #?TRU64?cmd_dbg : dbx -c @D @E @C |