Advanced Computing Platform for Theoretical Physics

  1. 18 Nov, 2019 1 commit
  2. 09 Nov, 2019 3 commits
  3. 08 Nov, 2019 7 commits
  4. 03 Nov, 2019 4 commits
    • YI-Bo Yang's avatar
      The version can be compiled · fe729b17
      YI-Bo Yang authored
      The c++ compiler is set to be hipcc. Thus the cmake should be hacked to include .cu in the suffix can be indentified to be the cppfiles. Otherwise one can rename all the .cu files into .cc to avoid the hack on cmake.
      fe729b17
    • YI-Bo Yang's avatar
      9505d29f
    • YI-Bo Yang's avatar
      Changes on the Cmake files · 1d6f8443
      YI-Bo Yang authored
      please configure quda with following command (CMAKE_BUILD_TYPE DEVEL is hacked. Note that -O3 is necessary and -g should be avoided)
      
      MPICXX=mpicxx MPICC=mpicc CC=gcc CXX=hipcc cmake  ${QUDA_PATH} -DQUDA_GPU_ARCH=sm_30 -DQUDA_DIRAC_STAGGERED=ON -DQUDA_DIRAC_DOMAIN_WALL=OFF -DQUDA_DIRAC_TWISTED_MASS=OFF  -DQUDA_LINK_HISQ=OFF  -DQUDA_MULTIGRID=ON -DQUDA_MPI=OFF -DQUDA_INTERFACE_MILC=OFF  -DQUDA_QMP=ON -DQUDA_QMPHOME=${SCIDAC_PATH}/qmp  -DQUDA_QIO=ON -DQUDA_QIOHOME=${SCIDAC_PATH}/qio -DQUDA_LIMEHOME=${SCIDAC_PATH}/qio -DQUDA_USE_EIGEN=ON -DQUDA_DOWNLOAD_EIGEN=OFF -DEIGEN_INCLUDE_DIR=${QUDA_PATH}/include/externals/eigen-hacked  -DQUDA_BUILD_SHAREDLIB=ON -DQUDA_BUILD_ALL_TESTS=ON -DQUDA_TEX=OFF -DCMAKE_BUILD_TYPE=DEVEL -DQUDA_LIBS="-L/opt/hpc/software/mpi/hpcx/v2.4.1/gcc7.2.1/ompi/lib/ -lopen-pal /opt/rocm/lib/libhipblas.so"
      1d6f8443
    • YI-Bo Yang's avatar
      The changes based on hipify-perl-for-clang · 0ffc2c7c
      YI-Bo Yang authored
      0ffc2c7c
  5. 29 Oct, 2019 3 commits
  6. 28 Oct, 2019 10 commits
  7. 27 Oct, 2019 7 commits
  8. 26 Oct, 2019 4 commits
  9. 25 Oct, 2019 1 commit