UCVM on Compute Nodes

From SCECpedia
Revision as of 15:56, 8 April 2021 by Maechlin (talk | contribs) (Created page with "Examples of running UCVM Query on compute nodes on Discovery == allocation interactive nodes == %salloc --ntasks=1 --time=1:00:00 --account=scec_608 == Example profile query...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Examples of running UCVM Query on compute nodes on Discovery

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

slurm batch script

%cat ucvm_query.job then.. %sbatch ucvm_query.job then .. %squeue -u maechlin then .. %cat rpv_cvmsi.out


Related Entries