Compare commits
No commits in common. "master" and "MS-Thesis" have entirely different histories.
@ -1,4 +1,4 @@
|
||||
strict strict strict strict digraph G {
|
||||
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: 0 B After Width: | Height: | Size: 785 KiB |
@ -12,9 +12,6 @@ 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