Additional Project Cleanup

This commit is contained in:
Noah L. Schrick 2022-07-15 17:59:43 -05:00
parent e4ee2ed0c8
commit 89e04142db
22 changed files with 3 additions and 18 deletions

View File

@ -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
View File

@ -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

View File

@ -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