Skip to content
Snippets Groups Projects
Commit 1cbf6228 authored by Christoph Knote's avatar Christoph Knote
Browse files

Do not ignore profile.bash recursively

parent 14c9e5f2
No related branches found
No related tags found
No related merge requests found
profile.bash
./profile.bash
**.DS_Store
**/__pycache__
\ No newline at end of file
# --- Modules and other things ---
module load wrf wrf-chem wps nco netcdf-c netcdf-fortran anthro_emis fire_emis megan_bio_emiss mozbc wesely-exo_coldens python gdal py-requests py-cdsapi py-cartopy py-matplotlib py-netcdf4 py-numpy py-pyproj py-rasterio py-scipy py-shapely py-simplekml py-xarray py-pyshp py-pandas
ulimit -s unlimited
# --- MPI settings ---
mpiCommandPre="mpirun /usr/bin/time -v"
mpiCommandMain="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5 /usr/bin/time -v"
mpiCommandReal=${mpiCommandPre}
# --- Batch system ---
# argument to submit a job in a held state
batchHoldArgument="--hold"
# command to release a held job
batchReleaseCommand="scontrol release"
# command to submit jobs to the queueing system
batchSubmitCommand=sbatch
# dependency argument for chaining runs upon submission
batchDepArgument="--dependency=afterok:__id__"
# sed command ("used as s/__command/\1/") to retrieve job run PID upon
# submission with $batchSubmitCommand
batchPidSedCommand="Submitted batch job \(.*\)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment