Skip to content

Commit

Permalink
Testing compilation #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Rigo committed Sep 3, 2024
1 parent d84d742 commit 8ed1644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
. JERALDvenv/bin/activate
#pip install .
#python3 losstest.py
echo "#include <fftw3-mpi.h> int main(int argc, char **argv){ MPI_Init(&argc, &argv); fftw_mpi_init(); MPI_Finalize(); }" >> test.cpp
echo -e "#include <fftw3-mpi.h>\n int main(int argc, char **argv){ MPI_Init(&argc, &argv); fftw_mpi_init(); MPI_Finalize(); }" >> test.cpp
mpic++ test.cpp -lfftw3 -lfftw3_mpi -o testing
./testing

0 comments on commit 8ed1644

Please sign in to comment.