I'm trying to run the container here, this is my script:
#!/bin/bash
#SBATCH --partition=gpu_a100
#SBATCH --constraint=rome
#SBATCH --ntasks=10
#SBATCH --gres=gpu:1
#SBATCH --mem-per-gpu=100G
#SBATCH --time=10:00:00
#SBATCH --job-name=gencast-fp
#SBATCH --output=gencast-fp_%j.out
#SBATCH --error=gencast-fp_%j.err
# Load modules
source /usr/share/modules/init/bash
module purge
module load singularity
# Run the container
singularity exec --nv \
-B /discover/nobackup/projects/gmao/osse2,$NOBACKUP,/css,/gpfsm/dmd/css,/nfs3m,/gpfsm \
/discover/nobackup/jacaraba/development/GenCast_FP/container/gencast-fp-latest-fix-4 \
gencast-fp run \
--start_date 2025-09-22 \
--end_date 2025-09-22 \
--output_dir /discover/nobackup/projects/gmao/osse2/GenCast_FP/FCST/100KM/20250922_00z
and I get the following error:
usage: gencast_fp_cli.py [-h] {preprocess,predict,postprocess,run} ...
gencast_fp_cli.py: error: unrecognized arguments: --output_dir /discover/nobackup/projects/gmao/osse2/GenCast_FP/FCST/100KM/20250922_00z