Skip to content

Commit 4302950

Browse files
committed
add configuration files for locating the lmod cache for various CPU architectures and cpu vendor id
1 parent 5587412 commit 4302950

8 files changed

+48
-0
lines changed

lmod/lmodrc/cache_avx2_amd.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx2_amd",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx2_amd_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_avx2_intel.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx2_intel",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx2_intel_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_avx512_amd.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx512_amd",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx512_amd_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_avx512_intel.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx512_intel",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx512_intel_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_avx_amd.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx_amd",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx_amd_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_avx_intel.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx_intel",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/avx_intel_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_sse3_amd.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/sse3_amd",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/sse3_amd_system.txt",
5+
},
6+
}

lmod/lmodrc/cache_sse3_intel.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scDescriptT = {
2+
{
3+
["dir"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/sse3_intel",
4+
["timestamp"] = "/cvmfs/soft.computecanada.ca/custom/lmod/cache/sse3_intel_system.txt",
5+
},
6+
}

0 commit comments

Comments
 (0)