-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update radiasoft/warp? #218
Comments
berkeleylab/warp complains, too: 1430 | call MPI_ALLREDUCE(data,data2,int(ndata,MPIISZ),MPI_DOUBLE_PRECISION,
| 2
......
1671 | call MPI_ALLREDUCE(data1,data2,int(1,MPIISZ),MPI_LOGICAL,MPI_LOR,
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(4)/REAL(8)).
../../topparallel.F:556:26:
|
Unidata/netcdf-fortran#212 (comment) will fix it, probably |
@robnagler I haven't built either in a while, but our fork shouldn't have different requirements from the Berkeley fork, AFAIK. @cchall have you built it recently? |
I have not built Warp in quite a while |
Fixes the build script: This is for fedora 32, which uses gcc10 |
Compiling radiasoft/warp gets this error, but berkeleylab/warp does not:
What's the status of our branch?
The text was updated successfully, but these errors were encountered: