Skip to content

Commit

Permalink
(utils) deleted obsolete phantom2power utility; better to use splash …
Browse files Browse the repository at this point in the history
…to grid + python
  • Loading branch information
danieljprice committed Dec 9, 2019
1 parent 7c8d740 commit ba12ae7
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 3,216 deletions.
27 changes: 2 additions & 25 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1567,15 +1567,15 @@ utils: phantomsetup phantomanalysis \
diffdumps showheader ev2mdot phantomevcompare acc2ang \
phantom2sphNG phantom2gadget testbinary \
sfutils phantom2pdf phantom2pdf-amr \
phantom2struct phantom2power libphantom
phantom2struct libphantom

cleanutils: cleansetup cleananalysis \
cleanmultirun cleantestbinary cleanmoddump \
cleanphantom2divv cleanphantom2divb \
cleandiffdumps cleanev2mdot cleanacc2ang \
cleanp2s cleanphantom2gadget \
cleansfutils cleanp2p cleanphantom2pdf-amr \
cleanphantom2struct cleanphantom2power cleanphantomevcompare cleanlibphantom
cleanphantom2struct cleanphantomevcompare cleanlibphantom

#--------------------------------------------------------------
# edit target opens current setup module in the default editor
Expand Down Expand Up @@ -1735,29 +1735,6 @@ cleanphantom2pdf-amr:
analysis_pdfs.o: interpolate3D_amr.o adaptivemesh.o
interpolate3D_amr.o: adaptivemesh.o

#----------------------------------------------------
# these are the sources for the phantom2power utility
#
SRCP2P= utils_omp.F90 fft3d.f90 fftpack.f \
power3d.f90 icosahedron.f90 powerspec.f90 \
interpolate3D.F90 asciiutils.f90 pdfs.f90 phantom2power.f90
OBJP2P1= $(SRCP2P:.f90=.o)
OBJP2P2= $(OBJP2P1:.F90=.o)
OBJP2P= $(OBJDUMP) $(OBJP2P2:.f=.o)

.PHONY: phantom2power
phantom2power:
${MAKE} ANALYSISONLY=yes phantom2powerfake

phantom2powerfake: checksystem checkparams $(OBJP2P)
$(FC) $(FFLAGS) -o $(BINDIR)/phantom2power $(OBJP2P)
@echo ""
@echo "Phantom2power: we have the power to help you"
@echo ""

cleanphantom2power:
rm -f $(BINDIR)/phantom2power

#----------------------------------------------------
# these are the sources for the phantom_moddump utility
#
Expand Down
4 changes: 0 additions & 4 deletions docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ A full list is given below:
| | | via interpolation to |
| | | 3D AMR grid |
+-----------------------+-----------------------+-----------------------+
| phantom2power | make phantom2power | Compute power spectra |
| | | (via interpolation to |
| | | 3D grid) |
+-----------------------+-----------------------+-----------------------+
| phantom2divv | make phantom2divv | Compute div and curl |
| | | of velocity field |
| | | from dump file using |
Expand Down
151 changes: 0 additions & 151 deletions src/utils/fft3d.f90

This file was deleted.

0 comments on commit ba12ae7

Please sign in to comment.