Multiple user to one database run script solution
This commit is contained in:
parent
28cec106a8
commit
358b21c23f
@ -1,4 +1,4 @@
|
||||
strict digraph G {
|
||||
strict strict strict strict digraph G {
|
||||
0;
|
||||
1;
|
||||
2;
|
||||
|
||||
12023
build/ag.svg
12023
build/ag.svg
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 785 KiB After Width: | Height: | Size: 0 B |
@ -12,6 +12,9 @@ NODES=${6:-1} # number of MPI nodes to use (for tasking or subgraphing)
|
||||
MPI_TYPE=${7-serial} # tasking or subgraphing. Put serial or OMP if you do not wish to use MPI.
|
||||
ESIZE=${8:-6} # exploit file scripting. Can ignore.
|
||||
|
||||
# Avoid multiple users fighting over same database if default name is used (hacky solution)
|
||||
DBNAME="$DBNAME$USER"
|
||||
|
||||
### AG Gen Network Model and Exploit File settings - adjust as desired.
|
||||
NM="../Oct_2021/nm_files/${CARS}_car_timeline_maintenance.nm"
|
||||
XP="../Oct_2021/Non_Sync/4_Exploits/${NUM_SERV}_Serv/generic_timeline_maintenance.xp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user