Skip to content
Snippets Groups Projects
Select Git revision
  • 0291139d27babe00618eb30a8be98b51964399f0
  • main default protected
  • leveleditor
  • david-author
  • clang-tidy-cleanup
  • architecture-refactoring
  • cleanUpMenus
  • doxygen-cleanup
  • project-structure-refactoring
  • interpolation
  • buildingFeatures
  • win_end_screen
  • helpMenu
  • leveleditor-placement
  • text-rendering
  • updated_unit_contextmenu
  • level-from-commandline
  • unit_contextmenu
  • player
  • engine-scaling
  • clang-tidy
21 results

Level.hpp

Blame
  • submit_job_venv.sh 1002 B
    #!/usr/bin/zsh
    ############################################################
    ### Slurm flags
    ############################################################
    
    #SBATCH --time=00:15:00
    #SBATCH --partition=c23g
    #SBATCH --nodes=1
    #SBATCH --ntasks-per-node=1
    #SBATCH --cpus-per-task=24
    #SBATCH --gres=gpu:1
    
    ############################################################
    ### Load modules or software
    ############################################################
    
    # TODO: load/activate your desired modules and virtual environment
    
    ############################################################
    ### Parameters and Settings
    ############################################################
    
    # print some information about current system
    echo "Job nodes: ${SLURM_JOB_NODELIST}"
    echo "Current machine: $(hostname)"
    nvidia-smi
    
    ############################################################
    ### Execution (Model Training)
    ############################################################
    
    # run the python script
    python train_model.py