Skip to content
Snippets Groups Projects

Update README for new CLI

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -44,7 +44,7 @@ def parse_args():
help="Number of cores assigned to the job. Ntasks is always set to 1")
slurm.add_argument('-p','--partition', type=str, default='amd-hdr100')
slurm.add_argument('-t','--time',type=str,default='02:00:00')
slurm.add_argument('-m','--mem',type=str,default='48G')
slurm.add_argument('-m','--mem',type=str,default='8G')
slurm.add_argument('--slurm-log-dir',type=Path,default='./out',
help='Output log directory. If the directory does not exist, it will be created automatically')
args = parser.parse_args()
Loading