User contributions for Huebsch
19 January 2022
- 16:5416:54, 19 January 2022 diff hist +40 Makefile.include.gnu No edit summary
- 16:4316:43, 19 January 2022 diff hist +5,037 N Installing VASP.6.X.X Created page with "As a [https://vasp.at| license holder], you can download the source code of VASP from the [https://vasp.at| VASP Portal]. If your system fulfills the #Requirements | require..."
- 16:2816:28, 19 January 2022 diff hist +2,848 N Compiler options Created page with "The compiler options specify by compiler variables that set the compiler and compiler flags you want to use. The Fortran compiler will then be invoked as: $(FC) $(FREE) $(FF..."
- 15:1915:19, 19 January 2022 diff hist +146 Makefile.include No edit summary
- 15:0315:03, 19 January 2022 diff hist +6,456 N Precompiler options Created page with "Precompiler flags are used to activate/deactivate certain code features at the time of compilation, e.g., the use of MPI. Many precompiler flags are set by default in the ma..."
- 14:5514:55, 19 January 2022 diff hist +6,335 N Makefile.include Created page with "{{DISPLAYTITLE:makefile.include}} Writing a <code>makefile.include</code> file from scratch is not easy, so we suggest taking one of [[#Archetypical files|archetypical files]..."
- 10:1110:11, 19 January 2022 diff hist +21 KPOINTS OPT No edit summary
- 10:1010:10, 19 January 2022 diff hist +21 LKPOINTS OPT No edit summary
- 10:1010:10, 19 January 2022 diff hist +30 LKPOINTS OPT No edit summary
- 10:0910:09, 19 January 2022 diff hist +29 KPOINTS OPT No edit summary
- 10:0810:08, 19 January 2022 diff hist 0 m PROCAR OPT Huebsch moved page Construction:PROCAR OPT to PROCAR OPT without leaving a redirect
- 10:0810:08, 19 January 2022 diff hist +28 PROCAR OPT No edit summary
- 10:0510:05, 19 January 2022 diff hist 0 m LKPOINTS OPT Huebsch moved page Construction:LKPOINTS OPT to LKPOINTS OPT without leaving a redirect
- 10:0510:05, 19 January 2022 diff hist +51 LKPOINTS OPT No edit summary
- 10:0410:04, 19 January 2022 diff hist +35 KPOINTS OPT No edit summary
- 09:5609:56, 19 January 2022 diff hist 0 m KPOINTS OPT Huebsch moved page Construction:KPOINTS OPT to KPOINTS OPT without leaving a redirect
- 07:5807:58, 19 January 2022 diff hist +2,169 N Makefile.include.fujitsu a64fx Created page with "{{DISPLAYTITLE:makefile.include.fujitsu_a64fx}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"FJ-A64FX\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:5807:58, 19 January 2022 diff hist +3,010 N Makefile.include.nvhpc ompi mkl omp acc Created page with "{{DISPLAYTITLE:makefile.include.nvhpc_ompi_mkl_omp_acc}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_coll..."
- 07:5607:56, 19 January 2022 diff hist +2,709 N Makefile.include.nvhpc ompi mkl omp Created page with "{{DISPLAYTITLE:makefile.include.nvhpc_ompi_mkl_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collecti..."
- 07:5507:55, 19 January 2022 diff hist +3,024 N Makefile.include.nvhpc omp acc Created page with "{{DISPLAYTITLE:makefile.include.nvhpc_omp_acc}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:5307:53, 19 January 2022 diff hist +2,723 N Makefile.include.nvhpc omp Created page with "{{DISPLAYTITLE:makefile.include.nvhpc_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:5207:52, 19 January 2022 diff hist +2,724 N Makefile.include.nvhpc acc Created page with "{{DISPLAYTITLE:makefile.include.nvhpc_acc}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:5007:50, 19 January 2022 diff hist +2,423 N Makefile.include.nvhpc Created page with "{{DISPLAYTITLE:makefile.include.nvhpc}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxNV\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:4807:48, 19 January 2022 diff hist +2,090 N Makefile.include.nec aurora Created page with "{{DISPLAYTITLE:makefile.include.nec_aurora}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"SXAurora\" \ -D__NEC__ \ -D__NEC_TUNE__ \..."
- 07:4707:47, 19 January 2022 diff hist +898 N Makefile.include.intel serial Created page with "{{DISPLAYTITLE:makefile.include.intel_serial}} <pre> # Precompiler options CPP_OPTIONS = -DHOST=\"LinuxIFC\"\ -DCACHE_SIZE=4000 \ -Davoidalloc \..."
- 07:4507:45, 19 January 2022 diff hist +2,324 N Makefile.include.intel ompi mkl omp Created page with "{{DISPLAYTITLE:makefile.include.intel_ompi_mkl_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxIFC\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collect..."
- 07:4307:43, 19 January 2022 diff hist +2,300 N Makefile.include.intel omp Created page with "{{DISPLAYTITLE:makefile.include.intel_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxIFC\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:4207:42, 19 January 2022 diff hist +2,031 N Makefile.include.intel Created page with "{{DISPLAYTITLE:makefile.include.intel}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxIFC\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:4007:40, 19 January 2022 diff hist +2,452 N Makefile.include.gnu ompi mkl omp Created page with "{{DISPLAYTITLE:makefile.include.gnu_ompi_mkl_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collecti..."
- 07:3707:37, 19 January 2022 diff hist +300 Makefile.include.gnu ompi aocl omp No edit summary
- 07:3607:36, 19 January 2022 diff hist +2,385 N Makefile.include.gnu ompi aocl omp Created page with "{{DISPLAYTITLE:makefile.include.gnu_ompi_aocl_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collecti..."
- 07:3407:34, 19 January 2022 diff hist +2,381 N Makefile.include.gnu ompi aocl Created page with "{{DISPLAYTITLE:makefile.include.gnu_ompi_aocl}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:3207:32, 19 January 2022 diff hist +2,537 N Makefile.include.gnu omp Created page with "{{DISPLAYTITLE:makefile.include.gnu_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:3107:31, 19 January 2022 diff hist +2,239 N Makefile.include.gnu Created page with "{{DISPLAYTITLE:makefile.include.gnu}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \..."
- 07:2807:28, 19 January 2022 diff hist +2,230 N Makefile.include.fujitsu a64fx omp Created page with "{{DISPLAYTITLE:makefile.include.fujitsu_a64fx_omp}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"FJ-A64FX\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collecti..."
17 January 2022
- 08:4508:45, 17 January 2022 diff hist −35 LKPOINTS OPT No edit summary
- 08:4408:44, 17 January 2022 diff hist +561 N LKPOINTS WAN Created page with "{{TAGDEF|LKPOINTS_WAN|.TRUE.{{!}} .FALSE.}} {{DEF|LKPOINTS_WAN|.TRUE.|if {{FILE|KPOINTS_WAN}} file is present.}} Description: {{TAG| LKPOINTS_WAN}} controlls whether VASP rea..."
- 08:4008:40, 17 January 2022 diff hist +30 KPOINTS WAN No edit summary
- 08:3808:38, 17 January 2022 diff hist +27 KPOINTS WAN No edit summary
- 08:2908:29, 17 January 2022 diff hist +928 N KPOINTS WAN Created page with "{{FILE|KPOINTS_WAN}} is an optional input file to obtain eigenstates and eigenenergies at the specified '''k''' points from Category:Wannier Functions. The format is the s..."
- 08:0608:06, 17 January 2022 diff hist −295 KPOINTS OPT No edit summary
10 January 2022
- 16:1916:19, 10 January 2022 diff hist +2,285 N LTRIPLET Created page with "{{TAGDEF|LTRIPLET|.TRUE. {{!}} .FALSE.}} {{DEF|LTRIPLET|.FALSE.|}} Description: {{TAG|LTRIPLET}} selects a triplet ansatz for Bethe-Salpether-Equation (BSE) calculations. ---..."
- 08:3308:33, 10 January 2022 diff hist +384 N PROCAR OPT Created page with "The {{FILE|PROCAR_OPT}} file is written when the {{FILE|KPOINTS_OPT}} feature is used. It has the same format as the {{FILE|PROCAR}} file, but contains information at the '''k..."
- 08:2508:25, 10 January 2022 diff hist +566 N LKPOINTS OPT Created page with "{{TAGDEF|LKPOINTS_OPT|.TRUE.{{!}} .FALSE.}} {{DEF|LKPOINTS_OPT|.TRUE.|if {{FILE|KPOINTS_OPT}} file is present.}} Description: {{TAG| LKPOINTS_OPT}} controlls whether VASP rea..."
- 08:1408:14, 10 January 2022 diff hist +1,366 N KPOINTS OPT Created page with "{{FILE|KPOINTS_OPT}} is an optional input file to perform an additional one-shot calculation after convergence. It has the same format as the {{FILE|KPOINTS}} file and is read..."
29 December 2021
- 18:3118:31, 29 December 2021 diff hist +57 Validation tests No edit summary
- 08:5208:52, 29 December 2021 diff hist −88 NELMGW No edit summary
21 December 2021
- 17:0117:01, 21 December 2021 diff hist 0 LSCK No edit summary
- 16:5916:59, 21 December 2021 diff hist +127 LRPAFORCE No edit summary
- 16:3116:31, 21 December 2021 diff hist −1,605 Practical guide to GW calculations No edit summary