Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
plasma_astro
/
Paraview_HPC
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d2df0501
authored
Jul 08, 2025
by
Vinay Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pv-job.sh
parent
48057b63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
pv-job.sh
pv-job.sh
View file @
d2df0501
#!/bin/bash
#!/bin/bash
#SBATCH --job-name="paraview"
#SBATCH --job-name="paraview"
#SBATCH -p test,short,medium,long
#SBATCH -p serial-short
##SBATCH -p serial-long
##SBATCH -t 2-20:00:00
##SBATCH -t 2-20:00:00
#SBATCH -N 1
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -n 1
...
@@ -11,6 +12,6 @@
...
@@ -11,6 +12,6 @@
echo
"Working Directory =
$(
pwd
)
"
echo
"Working Directory =
$(
pwd
)
"
cd
$SLURM_SUBMIT_DIR
cd
$SLURM_SUBMIT_DIR
export
PROG
=
"/
home/vishnu.thulasiraman/comp_libs/paraview-5.11.2
/bin/pvserver --force-offscreen-rendering --server-port=11211"
export
PROG
=
"/
mnt/pfs/vinay.kumar/pv
/bin/pvserver --force-offscreen-rendering --server-port=11211"
srun
$PROG
srun
$PROG
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment