CODARcode / Example-Heat_Transfer

3 stars 3 forks source link

Example-Heat_Transfer cannot be compiled in Bebop again #18

Closed tongshu83 closed 3 years ago

tongshu83 commented 3 years ago

Previously, Example-Heat_Transfer can work well in Bebop, but currently not. Could you please help fix the following issue? Thank you very much for your great help!

module unload intel-mkl/2017.3.196-v7uuj6z module load intel/17.0.4-74uvhji module load intel-mpi/2017.3-dfphq6k module load cmake/3.12.2-4zllpyo module load jdk/8u141-b15-mopj6qr module load tcl/8.6.6-x4wnbsg

Successfully downloaded and installed https://gtkorvo.github.io/korvo_bootstrap.pl Successfully downloaded and installed https://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz

$ git clone https://github.com/CODARcode/Example-Heat_Transfer.git $ cd Example-Heat_Transfer $ sed -i 's/^CC=cc$/CC=mpicc #cc/' Makefile $ sed -i 's/^FC=ftn$/FC=mpif90 #ftn/' Makefile $ make rm -f .o .mod .fh core. rm -f heat_transfer_fort rm -f heat_transfer_adios1 heat_transfer_adios2 heat_transfer_noxml rm -f heat_transfer_hdf5_a heat_transfer_hdf5_b heat_transfer_phdf5 mpif90 -g -O3 -Wall -fcheck=bounds -c heat_vars.F90 make: adios_config: Command not found mpif90 -g -O3 -Wall -fcheck=bounds -c io_adios.F90 io_adios.F90:19.8:

use adios_write_mod 1 Fatal Error: Can't open module file 'adios_write_mod.mod' for reading at (1): No such file or directory make: *** [io_adios.o] Error 1

tongshu83 commented 3 years ago

Fixed