Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated platform files for NEURON #371

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions platform/build/make.inc.NEURON
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ NUMAS_PER_NODE=1
# Compilers

FC = mpif90 -module ${GACODE_ROOT}/modules -Mpreprocess -DUSE_INLINE
# -I/apps/compiler/pgi/linux86-64/19.1/cudampi/10.0/openmpi/2.3/applib2/
F77 = ${FC}

# Compiler options / flags

FACC = -acc -Minfo=accel -Mcuda=cuda10.0 -ta=nvidia:cc70 -Mcudalib=cufft
FACC = -acc -Minfo=accel -Mcuda=cuda11.0 -ta=nvidia:cc80 -Mcudalib=cufft
FOMP = -mp -Mstack_arrays
FMATH = -r8
FOPT = -fast
Expand Down
2 changes: 1 addition & 1 deletion platform/env/env.NEURON
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module purge
module load pgi/19.1 netcdf/4.6.1 cuda/10.0 cudampi/openmpi-3.1.0 fftw_mpi/3.3.7 python/3.7.1
module load nvidia_hpc_sdk/22.7 python/3.7.1