-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a8cc97
commit e62373b
Showing
6 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
module load perl/5.30.3 | ||
|
||
OMP_NUM_THREADS_perf=64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
module load perl/5.30.3 | ||
|
||
OMP_NUM_THREADS_perf=64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
arch-pgi_CPU_preGPU_MFflavour.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Compilation | ||
$FCOMPILER = nvfortran | ||
$BASE_FFLAGS = -g -c -byteswapio -Mlarge_arrays -fPIC -Mbackslash -Kieee -acc=gpu -gpu=nofma,lineinfo -Minfo=accel,all,ccff -cuda | ||
$PROD_FFLAGS = -O2 -fast | ||
$DEV_FFLAGS = -O1 | ||
$DEBUG_FFLAGS = -O0 -Ktrap=fp -C | ||
$CCOMPILER = pgcc | ||
$BASE_CFLAGS = -c -fPIC | ||
$PROD_CFLAGS = -O2 | ||
$DEV_CFLAGS = -O1 | ||
$DEBUG_CFLAGS = | ||
$OMP_FFLAGS = | ||
|
||
# Preprocessor | ||
$FPP_FLAGS = LINUX LITTLE_ENDIAN LITTLE REPRO48 USE_STACK USE_COLCALL PARKIND1_SINGLE | ||
$CPP_FLAGS = LINUX LITTLE_ENDIAN LITTLE PARKIND1_SINGLE | ||
$FPP_FLAGS_TESTPROGS = WITHOUT_CXXDEMANGLE | ||
|
||
# Linker | ||
$LINK = mpif90 | ||
$BASE_LD = -lnvhpcwrapnvtx -cuda -acc | ||
$OMP_LD = | ||
$LD_EXE_TO_SHARED = -shared | ||
|
||
# Other | ||
$AR = ar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters