Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:22, 29 May 2026 Haars0011 talk contribs deleted page Migration from ESG HPC (content was: " == Folders == home folder (200GB limit): /home/WUR/<user>/ lustre backup folder: /lustre/backup/WUR/ESG/<user>/ lustre no-backup folder: /lustre/nobackup/WUR/ESG/<user>/ /DATA folder /lustre/backup/WUR/ESG/data/ == Example of a job script == #!/bin/bash #SBATCH --comment=99999999 #SBATCH --time=1200 #SBATCH --mem=2048 #SBATCH --ntasks=1 #SBATCH --output=output_%j.txt #SBATCH --error=error_output_%j.txt #SBATCH --job-name="test slurm" #SBATCH --no...")