Skip to content

Commit

Permalink
Modify tests slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
raback committed Oct 8, 2024
1 parent b2b7676 commit f5bef2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fem/tests/mgdyn_airgap_force/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ CONFIGURE_FILE(modeldata.sif modeldata.sif COPYONLY)

file(COPY ELMERSOLVER_STARTINFO umagnet DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/")

ADD_ELMER_TEST(mgdyn_airgap_force NPROCS 1 2 LABELS whitney failing)
ADD_ELMER_TEST(mgdyn_airgap_force NPROCS 1 2 LABELS whitney slow)
2 changes: 1 addition & 1 deletion fem/tests/mgdyn_airgap_force/runtest.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include(test_macros)
execute_process(COMMAND ${ELMERGRID_BIN} 2 2 umagnet -partdual -metis ${MPIEXEC_NTASKS} -nooverwrite)
execute_process(COMMAND ${ELMERGRID_BIN} 2 2 umagnet -partdual -metiskway ${MPIEXEC_NTASKS} -nooverwrite)
RUN_ELMER_TEST()
2 changes: 1 addition & 1 deletion fem/tests/pointload2/case.sif
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Header
End

Simulation
Max Output Level = 5
Max Output Level = 15
Coordinate System = Cartesian
Coordinate Mapping(3) = 1 2 3
Simulation Type = Steady state
Expand Down

0 comments on commit f5bef2d

Please sign in to comment.