Skip to content

Commit ab458c6

Browse files
committed
use pr head and update input path length
1 parent 3e8596c commit ab458c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,8 @@ jobs:
184184
git clone https://github.com/jacobmerson/pcms_testcases.git ${workDir}/pcms_testcases
185185
186186
# pcms
187-
git clone https://github.com/SCOREC/pcms.git ${workDir}/pcms
188187
bdir=${workDir}/build-pcms
189-
cmake -S ${workDir}/pcms -B $bdir \
188+
cmake -S pcms_${{ github.event.id }} -B $bdir \
190189
-DCMAKE_BUILD_TYPE=Debug \
191190
-DCMAKE_C_COMPILER=mpicc \
192191
-DCMAKE_CXX_COMPILER=mpicxx \

test/test_interpolation.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ program test_interpolation
1010
type(PcmsInterpolatorHandle) :: interpolator, point_cloud_interpolator
1111
type(PcmsOmegaHMeshHandle) :: mesh
1212
type(PcmsOmegaHLibraryHandle) :: omega_h_lib
13-
character(len=100) :: filename, num_faces_str, num_vertices_str
13+
character(len=150) :: filename, num_faces_str, num_vertices_str
1414
real(8) :: radius
1515
integer :: num_faces, num_vertices
1616
integer :: i

0 commit comments

Comments
 (0)