forked from mlcommons/medperf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more of my local files,and changing be_setup.. script to copy over
changes from hasan_medperf code
- Loading branch information
1 parent
0829fb7
commit b59c2dc
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,9 @@ if ${TWO_COL_SAME_CERT}; then | |
COL5_CN="[email protected]" # in this case this var is not used actually. | ||
fi | ||
|
||
|
||
CODE_CHANGE_DIR="/home/edwardsb/repositories/hasan_medperf/examples/fl_post/fl" | ||
|
||
HOMEDIR="/raid/edwardsb/projects/RANO/hasan_medperf/examples/fl_post/fl" | ||
|
||
cd $HOMEDIR | ||
|
@@ -38,12 +41,12 @@ mkdir mlcube_col5 | |
|
||
|
||
|
||
cp -r ./mlcube/* ./mlcube_agg | ||
cp -r ./mlcube/* ./mlcube_col1 | ||
cp -r ./mlcube/* ./mlcube_col2 | ||
cp -r ./mlcube/* ./mlcube_col3 | ||
cp -r ./mlcube/* ./mlcube_col4 | ||
cp -r ./mlcube/* ./mlcube_col5 | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_agg | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col1 | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col2 | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col3 | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col4 | ||
cp -r $CODE_CHANGE_DIR/mlcube/* ./mlcube_col5 | ||
|
||
mkdir ./mlcube_agg/workspace/node_cert ./mlcube_agg/workspace/ca_cert | ||
mkdir ./mlcube_col1/workspace/node_cert ./mlcube_col1/workspace/ca_cert | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters