forked from xiaocanli/vpic_reconnection_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvpic
More file actions
executable file
·7 lines (4 loc) · 2.15 KB
/
vpic
File metadata and controls
executable file
·7 lines (4 loc) · 2.15 KB
1
2
3
4
5
6
7
#! /usr/bin/env bash
deck=`echo $1 | sed 's,\.cxx,,g;s,\.cc,,g;s,\.cpp,,g;s,.*\/,,g'`
echo "/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpiicpc -DDISABLE_DYNAMIC_RESIZING -DMIN_NP=128 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -DVPIC_ENABLE_HDF5 -g -O3 -inline-forceinline -qoverride-limits -no-ansi-alias -Winline -qopt-report=5 -qopt-report-phase=all -diag-disable 10397 -Wl,--export-dynamic -I/opt/apps/intel19/impi19_0/phdf5/1.10.4/x86_64/include -std=c++11 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -I. -I/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/src -std=c++11 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -DINPUT_DECK=$1 /home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/deck/main.cc /home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/deck/wrapper.cc -o $deck.Linux -Wl,-rpath,/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/build -L/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/build -lvpic -lpthread -ldl -Wl,-rpath,$TACC_HDF5_LIB -L$TACC_HDF5_LIB -lhdf5 -lz"
/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpiicpc -DDISABLE_DYNAMIC_RESIZING -DMIN_NP=128 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -DVPIC_ENABLE_HDF5 -g -O3 -inline-forceinline -qoverride-limits -no-ansi-alias -Winline -qopt-report=5 -qopt-report-phase=all -diag-disable 10397 -Wl,--export-dynamic -I/opt/apps/intel19/impi19_0/phdf5/1.10.4/x86_64/include -std=c++11 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -I. -I/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/src -std=c++11 -DVPIC_USE_LEGACY_SORT -DVPIC_USE_PTHREADS -DUSE_V4_AVX2 -DUSE_V8_AVX2 -DUSE_V16_AVX512 -DINPUT_DECK=$1 /home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/deck/main.cc /home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/deck/wrapper.cc -o $deck.Linux -Wl,-rpath,/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/build -L/home1/03895/xiaocan/vpic_builds/vpic_hdf5_rebase/build -lvpic -lpthread -ldl -Wl,-rpath,$TACC_HDF5_LIB -L$TACC_HDF5_LIB -lhdf5 -lz