Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WRFotron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
WRFotron
Commits
1cbf6228
Commit
1cbf6228
authored
2 years ago
by
Christoph Knote
Browse files
Options
Downloads
Patches
Plain Diff
Do not ignore profile.bash recursively
parent
14c9e5f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
machine_profiles/alcc_spack/profile.bash
+25
-0
25 additions, 0 deletions
machine_profiles/alcc_spack/profile.bash
with
26 additions
and
1 deletion
.gitignore
+
1
−
1
View file @
1cbf6228
profile.bash
./
profile.bash
**.DS_Store
**/__pycache__
\ No newline at end of file
This diff is collapsed.
Click to expand it.
machine_profiles/alcc_spack/profile.bash
0 → 100644
+
25
−
0
View file @
1cbf6228
# --- 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
\(
.*
\)
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment