Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
regression-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
regression-tests
Commits
1d986fe1
Commit
1d986fe1
authored
Jun 02, 2015
by
kraus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing details
parent
6158d4df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
RegressionTests/BeamLine-1/BeamLine-1.in
RegressionTests/BeamLine-1/BeamLine-1.in
+1
-1
RegressionTests/opalimpact-1/opalimpact-1.rt
RegressionTests/opalimpact-1/opalimpact-1.rt
+1
-1
RegressionTests/opalimpact-1/opalimpact-1.sge
RegressionTests/opalimpact-1/opalimpact-1.sge
+2
-2
No files found.
RegressionTests/BeamLine-1/BeamLine-1.in
View file @
1d986fe1
...
...
@@ -24,7 +24,7 @@ CALL, "InDistr_LG2_100.opal";
FS1:FIELDSOLVER, FSTYPE=NONE, MX=64, MY=64, MT=64, PARFFTX=true, PARFFTY=true, PARFFTT=true, BCFFTX=open, BCFFTY=open, BCFFTT=open, BBOXINCR=1, GREENSF=STANDARD;
BEAM_4: BEAM, PARTICLE=PROTON, PC=P0, NPART=
1e6
, BCURRENT=Qtot*f, BFREQ = rf, CHARGE=1;
BEAM_4: BEAM, PARTICLE=PROTON, PC=P0, NPART=
3520
, BCURRENT=Qtot*f, BFREQ = rf, CHARGE=1;
SELECT, LINE=BEAMLINE_4;
...
...
RegressionTests/opalimpact-1/opalimpact-1.rt
View file @
1d986fe1
...
...
@@ -4,4 +4,4 @@ stat "rms_y" last 1E-5 #this is a comment
stat "rms_s" last 1E-5 #this is a comment
stat "emit_x" last 1E-5 #this is a comment
stat "emit_y" last 1E-5 #this is a comment
stat "emiy_s" last 1E-5 #this is a comment
\ No newline at end of file
stat "emit_s" last 1E-5 #this is a comment
RegressionTests/opalimpact-1/opalimpact-1.sge
View file @
1d986fe1
#!/bin/bash
#$ -cwd
#$ -j y
#$ -pe
mpi
1
#$ -pe
orte
1
#$ -N opalimpact-1-RT
#$ -v OPENMPI,LD_LIBRARY_PATH,OPAL_EXE_PATH,REG_TEST_DIR
...
...
@@ -17,5 +17,5 @@ echo "SLOTS=$NSLOTS"
cd
$REG_TEST_DIR
OPAL
=
"
$OPAL_EXE_PATH
/opal opalimpact-1.in --info 0 --warn 0 2>&1"
CMD
=
"
$
MPIHOME
/bin/mpirun -machinefile
$MACHINE_FILE
-np
$NSLOTS
--mca ras localhost --mca pls rsh
$OPAL
"
CMD
=
"
$
OPENMPI
/bin/mpirun -x LD_LIBRARY_PATH -machinefile
$MACHINE_FILE
-np
$NSLOTS
$OPAL
"
$CMD
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