Skip to content

Commit

Permalink
removing smp
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 22, 2023
1 parent c05b173 commit 6b0c1b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/start_mapdl_student.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ docker run \
-p $PYMAPDL_DB_PORT:50055 \
--shm-size=2gb \
-e P_SCHEMA=/ansys_inc/v241/ansys/ac4/schema \
$MAPDL_IMAGE \
-smp -np 2 > log.txt &
grep -q 'Server listening on' <(timeout 60 tail -f log.txt)
$MAPDL_IMAGE > log.txt &
# grep -q 'Server listening on' <(timeout 60 tail -f log.txt)

0 comments on commit 6b0c1b9

Please sign in to comment.