-
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.
fixed error in scaling for measurements
- Loading branch information
1 parent
a62dde3
commit 7e0502f
Showing
3 changed files
with
22 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
#!/bin/bash | ||
|
||
#SBATCH -N 1 # nodes requested | ||
#SBATCH -n 2 # tasks requested | ||
#SBATCH -n 32 # tasks requested. default is one core per task | ||
#SBATCH -o outfile # send stdout to outfile | ||
#SBATCH -e errfile # send stderr to errfile | ||
#SBATCH -t 0:01:00 # time requested in hour:minute:second | ||
#SBATCH -t 10:00:00 # time requested in hour:minute:second | ||
#SBATCH --mem-per-cpu=1024 | ||
#SBATCH --mail-user=$USER@localhost | ||
|
||
python3 ~/gitrepos/networksim-cntfet/measure_perc.py -t | ||
|
||
python3 ~/gitrepos/networksim-cntfet/measure_perc.py -s --cores 32 --start 36000 --step 0 --number 32 --scaling 60 |