forked from UTulsa-Research/ag_gen
Additional Project Cleanup
This commit is contained in:
parent
e4ee2ed0c8
commit
89e04142db
@ -16,9 +16,9 @@ ESIZE=${8:-6} # exploit file scripting. Can ignore.
|
||||
DBNAME="$DBNAME$USER"
|
||||
|
||||
### AG Gen Network Model and Exploit File settings - adjust as desired.
|
||||
NM="../examples/WannaStripped.nm"
|
||||
XP="../examples/WannaStripped.xp"
|
||||
SYNC_XP="../examples/WannaStripped.xp"
|
||||
NM="../test_files/examples/WannaStripped.nm"
|
||||
XP="../test_files/examples/WannaStripped.xp"
|
||||
SYNC_XP="../test_files/examples/WannaStripped.xp"
|
||||
|
||||
### MPI Parameters - adjust as desired.
|
||||
MPI_PARAMS="mpiexec --mca btl_openib_allow_ib 1 --mca opal_warn_on_missing_libcuda 0 -np ${NODES} --timeout 129600"
|
||||
|
||||
6
t1.sh
6
t1.sh
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./db_manage.sh -d ag_parallel
|
||||
cd build
|
||||
./ag_gen -n ../examples/1.nm -x ../examples/1.xp 24 96
|
||||
|
||||
9
test.sh
9
test.sh
@ -1,9 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./db_manage.sh -d ag_parallel
|
||||
rm -r build
|
||||
mkdir build
|
||||
cd build
|
||||
~/local/bin/cmake -DCMAKE_BUILD_TYPE=Release ../
|
||||
make ag_gen
|
||||
./ag_gen -n ../examples/1.nm -x ../examples/1.xp 32 32
|
||||
Loading…
x
Reference in New Issue
Block a user