-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SmartSim-Scaling ReadMe additions, plotting edits, reading data edits…
…, and app edits (#39) This merge will organize the current README layout, provide new performance results, remove the setting of the model and script in the application, refactor our current plotting code and add two additional requirements. [ committed by @amandarichardsonn ] [ reviewed by @billschereriii @ashao ]
- Loading branch information
1 parent
9e610b1
commit c8ff9ec
Showing
78 changed files
with
3,391 additions
and
3,193 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
#!/bin/bash | ||
|
||
#SBATCH -N 1 | ||
#SBATCH -N 16 | ||
#SBATCH -C "P100*16" | ||
#SBATCH --exclusive | ||
#SBATCH -p allgriz | ||
#SBATCH -t 1:00:00 | ||
|
||
module load cudatoolkit/11.7 cudnn PrgEnv-intel | ||
source ~/pyenvs/smartsim-dev/bin/activate | ||
|
||
#SBATCH -t 10:00:00 | ||
echo "Note: The flag net_ifname should be replaced with the appropriate value on the target system" | ||
cd .. | ||
python driver.py inference_colocated --clients_per_node=[12,24,36,60,96] \ | ||
--nodes=[1] --db_tpq=[2] \ | ||
--db_cpus=[12] --pin_app_cpus=[True] \ | ||
--net_type="uds" --node_feature='{}' --languages=['fortran','cpp'] | ||
python driver.py inference_colocated --nodes=[4, 8, 12, 16] |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#!/bin/bash | ||
|
||
#SBATCH -N 60 | ||
#SBATCH -N 116 | ||
#SBATCH -C "[P100*16&SK48*100]" | ||
#SBATCH --exclusive | ||
#SBATCH -t 10:00:00 | ||
|
||
echo "Note: The flag net_ifname should be replaced with the appropriate value on the target system" | ||
cd .. | ||
module load slurm | ||
python driver.py inference_standard --client_nodes=[20,40,60] \ | ||
--db_nodes=[4,8,16] --db_tpq=[1,2,4] \ | ||
--db_cpus=[8,16] | ||
python driver.py inference_standard --client_nodes=[25, 50, 75, 100] \ | ||
--db_nodes=[4, 8, 16] --db_tpq=[1] \ | ||
--db_cpus=[8] |
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
Oops, something went wrong.