-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ali Elarif
committed
Sep 9, 2022
1 parent
edcd4e0
commit b711a1c
Showing
7 changed files
with
133 additions
and
30 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
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
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
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
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
31 changes: 31 additions & 0 deletions
31
src/poc-1/src/Mordicus/Modules/Cemosis/DataCompressors/test_error.sh
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/bash | ||
|
||
dataFolder="~/feelppdb/nirb/heat" | ||
|
||
removeOldDatas="rm -r ${dataFolder}" | ||
|
||
|
||
Nsnap="2 4 8" | ||
Rectification=0 | ||
biorthonormal=0 | ||
|
||
for n in $Nsnap; | ||
do | ||
|
||
Ns=$n | ||
|
||
offline="python3 NIRBOffline.py ${Ns} ${Rectification}" | ||
online="python3 NIRBOnline.py ${Rectification}" | ||
|
||
${offline} | ||
${online} | ||
|
||
echo " ------------------------------------------ " | ||
echo " Restarting program with Ns = : $Ns " | ||
echo " ------------------------------------------ " | ||
|
||
|
||
done | ||
exit | ||
|
||
|
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