aboutsummaryrefslogtreecommitdiffstats
path: root/cad/astk-serveur/files/patch-conf::config
blob: c58a4b30ad14e230a310a1282255f380db8d1ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
--- conf/config.orig    Fri Jan  7 09:10:16 2005
+++ conf/config Sat Jul  2 20:44:10 2005
@@ -49,6 +49,10 @@
 # temporary directory for Aster executions
 rep_trav : /tmp
 
+# directories for tests
+rep_test : /tmp
+resu_test : /tmp
+
 # choose True to create symbolic links instead of copying executable and catalogs
 symlink : True
 
@@ -68,6 +72,7 @@
 # for each version a config.VVV file must be created.
 # DO NOT EDIT FOLLOWING LINE !
 #?vers : VVV?
+vers : ?vaster?
 
 #-------------------------------------------------------------------------------
 # ----- batch/interactive configuration
@@ -106,12 +111,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
 
 # --- LSF example
 #batch_nom : LSF
@@ -122,18 +127,21 @@
 #batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill
 
 # --- PBS example
-#batch_nom : PBS
+batch_nom : PBS
 #batch_ini : 
-#batch_sub : /local/openpbs-2.3.16/bin/qsub
-#batch_jid : PBS_JOBID
-#batch_job : /local/openpbs-2.3.16/bin/qstat
-#batch_kil : /local/openpbs-2.3.16/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_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand
 #?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand
+# FREEBSD :
+ps_cpu : /bin/ps -e -ocpu,command
+ps_pid : /bin/ps -e -opid,command
 # TRU64 :
 #?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand
 #?TRU64?ps_pid : /bin/ps -e -opid -ocommand
@@ -157,6 +165,7 @@
 # GDB :
 #?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 :
 #?TRU64?cmd_post : dbx -c @D @E @C
 #?TRU64?cmd_dbg : dbx -c @D @E @C