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
import argparse | |
import qrcode | |
from qrcode.image.styledpil import StyledPilImage | |
from qrcode.image.styles.moduledrawers.pil import RoundedModuleDrawer | |
from qrcode.image.styles.colormasks import ( | |
HorizontalGradiantColorMask, | |
SolidFillColorMask, | |
) | |
parser = argparse.ArgumentParser( |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/bin/bash | |
# Normal job run (only one job and one task) | |
sbatch test.job | |
# Start 10 jobs at a time (create a log file each, but this can be tweaked). | |
# We will run 16 jobs (ID 1--16) but only four at a time. If you leave out the | |
# `%4` SLURM usually sets an upper limit per user (about 20 or so). | |
# More info: https://slurm.schedmd.com/job_array.html | |
job_id=$(sbatch --parsable --array=1-16%4 test.job) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder