#%Module1.0
## parastation mpi modulefile
##

proc ModulesHelp { } {
	global mpi_home

	puts stderr " Parastation 5.1 MPI tools and libraries for parallel computing."
	puts stderr "   compiler: aarch64-conda-linux-gnu-cc (conda-forge gcc 14.3.0-16) 14.3.0"
	puts stderr "\nBuild details:"
	set data [exec cat $mpi_home/VERSION.psmpi]
	puts stderr $data
	puts stderr " "
}

module-whatis "Parastation MPI library for parallel computing ( compiler: aarch64-conda-linux-gnu-cc (conda-forge gcc 14.3.0-16) 14.3.0)."

set mpi_home /home/conda/feedstock_root/build_artifacts/psmpi_1767883551754/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place

conflict mpi

setenv MPI_HOME ${mpi_home}
setenv FORT_BUFFERED true

prepend-path PATH $mpi_home/bin:/opt/parastation/bin
prepend-path LD_LIBRARY_PATH $mpi_home/lib:/opt/parastation/lib64
prepend-path MANPATH ${mpi_home}/share/man:/opt/parastation/share/man
prepend-path --delim , PSI_EXPORTS FORT_BUFFERED

