Difference between revisions of "UCVM on Compute Nodes"
From SCECpedia
Jump to navigationJump to searchLine 9: | Line 9: | ||
== slurm batch script == | == slurm batch script == | ||
− | %cat ucvm_query.job | + | *%cat ucvm_query.job |
− | + | ||
− | %sbatch ucvm_query.job | + | *%sbatch ucvm_query.job |
− | + | ||
− | %squeue -u maechlin | + | *%squeue -u maechlin |
− | + | ||
− | %cat rpv_cvmsi.out | + | *%cat rpv_cvmsi.out |
== Related Entries == | == Related Entries == |
Revision as of 18:11, 15 April 2021
Examples of running UCVM Query on compute nodes on Discovery
Contents
allocation interactive nodes
%salloc --ntasks=1 --time=1:00:00 --account=scec_608
Example profile query
%ucvm_query -f /project/scec_608/<username>/ucvm_bin/conf/ucvm.conf -m cvmsi < rpv.in > rpv_cvmsi.out
- ucvm_query -f /project/maechlin_162/ucvm_bin/conf/ucvm.conf -m cvmsi < rpv.in > rpv_cvmsi.out
slurm batch script
- %cat ucvm_query.job
- %sbatch ucvm_query.job
- %squeue -u maechlin
- %cat rpv_cvmsi.out