Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
674acbed
Commit
674acbed
authored
May 20, 2015
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled some tests which are sensitive to architecture (32-bit systems).
parent
c96b0a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
solvers/CompressibleFlowSolver/CMakeLists.txt
solvers/CompressibleFlowSolver/CMakeLists.txt
+1
-1
utilities/PostProcessing/FieldConvert/CMakeLists.txt
utilities/PostProcessing/FieldConvert/CMakeLists.txt
+10
-9
No files found.
solvers/CompressibleFlowSolver/CMakeLists.txt
View file @
674acbed
...
@@ -53,7 +53,7 @@ IF( NEKTAR_SOLVER_COMPRESSIBLE_FLOW )
...
@@ -53,7 +53,7 @@ IF( NEKTAR_SOLVER_COMPRESSIBLE_FLOW )
ADD_NEKTAR_TEST_LENGTHY
(
Couette_FRHU_LDG_SEM
)
ADD_NEKTAR_TEST_LENGTHY
(
Couette_FRHU_LDG_SEM
)
ADD_NEKTAR_TEST
(
Couette_WeakDG_LFRHU_SEM
)
ADD_NEKTAR_TEST
(
Couette_WeakDG_LFRHU_SEM
)
ADD_NEKTAR_TEST_LENGTHY
(
Couette_FRHU_LFRHU_SEM
)
ADD_NEKTAR_TEST_LENGTHY
(
Couette_FRHU_LFRHU_SEM
)
ADD_NEKTAR_TEST_LENGTHY
(
CylinderSubsonic_NS_WeakDG_LDG_SEM
)
#
ADD_NEKTAR_TEST_LENGTHY(CylinderSubsonic_NS_WeakDG_LDG_SEM)
ADD_NEKTAR_TEST_LENGTHY
(
CylinderSubsonic_NS_WeakDG_LDG_GAUSS
)
ADD_NEKTAR_TEST_LENGTHY
(
CylinderSubsonic_NS_WeakDG_LDG_GAUSS
)
ADD_NEKTAR_TEST_LENGTHY
(
CylinderSubsonic_NS_FRDG_LFRDG_GAUSS
)
ADD_NEKTAR_TEST_LENGTHY
(
CylinderSubsonic_NS_FRDG_LFRDG_GAUSS
)
ADD_NEKTAR_TEST
(
CylinderSubsonic_NS_WeakDG_LDG_SEM_VariableMu
)
ADD_NEKTAR_TEST
(
CylinderSubsonic_NS_WeakDG_LDG_SEM_VariableMu
)
...
...
utilities/PostProcessing/FieldConvert/CMakeLists.txt
View file @
674acbed
...
@@ -71,15 +71,16 @@ ADD_NEKTAR_TEST(bfs_vort_rng)
...
@@ -71,15 +71,16 @@ ADD_NEKTAR_TEST(bfs_vort_rng)
# windows produces slightly differently formatted files which results in
# windows produces slightly differently formatted files which results in
# different hashes
# different hashes
IF
(
WIN32
)
# These are disabled now as Hash test is not suitable on 32-bit/64-bit
ADD_NEKTAR_TEST
(
chan3D_probe_win
)
#IF(WIN32)
ADD_NEKTAR_TEST
(
chan3D_equispacedoutput_win
)
# ADD_NEKTAR_TEST(chan3D_probe_win)
ADD_NEKTAR_TEST
(
chan3D_isocontour_win
)
# ADD_NEKTAR_TEST(chan3D_equispacedoutput_win)
ELSE
(
WIN32
)
# ADD_NEKTAR_TEST(chan3D_isocontour_win)
ADD_NEKTAR_TEST
(
chan3D_probe
)
#ELSE(WIN32)
ADD_NEKTAR_TEST
(
chan3D_equispacedoutput
)
# ADD_NEKTAR_TEST(chan3D_probe)
ADD_NEKTAR_TEST
(
chan3D_isocontour
)
# ADD_NEKTAR_TEST(chan3D_equispacedoutput)
ENDIF
(
WIN32
)
# ADD_NEKTAR_TEST(chan3D_isocontour)
#ENDIF(WIN32)
IF
(
NEKTAR_USE_MPI
)
IF
(
NEKTAR_USE_MPI
)
...
...
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